Merge pull request #3556 from Pyrohh/local-mk-update

contrib/local.mk.example: Mention ENABLE_JEMALLOC
This commit is contained in:
Justin M. Keyes 2015-10-29 21:10:07 -04:00
commit 4abf108f46

View File

@ -7,6 +7,10 @@
# 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.