mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 16:42:42 +00:00
contrib/local.mk.example: Mention ENABLE_JEMALLOC
This doesn't prevent compilation of jemalloc, but the important thing is that it prevents it being used in nvim. refs6cd20177dfrefs95707bf336
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user