diff options
Diffstat (limited to 'contrib/local.mk.example')
-rw-r--r-- | contrib/local.mk.example | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/local.mk.example b/contrib/local.mk.example index c347eb9e0d..52a5505399 100644 --- a/contrib/local.mk.example +++ b/contrib/local.mk.example @@ -7,10 +7,6 @@ # These CFLAGS can be used in addition to those specified in CMakeLists.txt: # CMAKE_EXTRA_FLAGS="-DCMAKE_C_FLAGS=-ftrapv -Wlogical-op" -# By default, the jemalloc family of memory allocation functions are used. -# Uncomment the following to instead use libc memory allocation functions. -# CMAKE_EXTRA_FLAGS += -DENABLE_JEMALLOC=OFF - # Sets the build type; defaults to Debug. Valid values: # # - Debug: Disables optimizations (-O0), enables debug information. @@ -36,7 +32,6 @@ # them. # # DEPS_CMAKE_FLAGS += -DUSE_BUNDLED_BUSTED=OFF -# DEPS_CMAKE_FLAGS += -DUSE_BUNDLED_JEMALLOC=OFF # DEPS_CMAKE_FLAGS += -DUSE_BUNDLED_LIBTERMKEY=OFF # DEPS_CMAKE_FLAGS += -DUSE_BUNDLED_LIBUV=OFF # DEPS_CMAKE_FLAGS += -DUSE_BUNDLED_LIBVTERM=OFF |