@@ -420,9 +420,9 @@ CClink = $(CC)
420420# dlopen(), dlsym(), dlclose(), i.e. pythonX.Y.so must be available
421421# However, this may still cause problems, such as "import termios" failing.
422422# Build two separate versions of Vim in that case.
423- CONF_OPT_PYTHON = --enable-pythoninterp
423+ # CONF_OPT_PYTHON = --enable-pythoninterp
424424# CONF_OPT_PYTHON = --enable-pythoninterp=dynamic
425- CONF_OPT_PYTHON3 = --enable-python3interp
425+ # CONF_OPT_PYTHON3 = --enable-python3interp
426426# CONF_OPT_PYTHON3 = --enable-python3interp=dynamic
427427
428428# RUBY
@@ -499,7 +499,7 @@ CONF_OPT_PYTHON3 = --enable-python3interp
499499# CONF_OPT_FEAT = --with-features=small
500500# CONF_OPT_FEAT = --with-features=normal
501501# CONF_OPT_FEAT = --with-features=big
502- CONF_OPT_FEAT = --with-features=huge
502+ # CONF_OPT_FEAT = --with-features=huge
503503
504504# COMPILED BY - For including a specific e-mail address for ":version".
505505# CONF_OPT_COMPBY = "--with-compiledby=John Doe <[email protected] >"@@ -567,7 +567,7 @@ CONF_OPT_FEAT = --with-features=huge
567567# CFLAGS = -g -O2 '-DSTARTUPTIME="vimstartup"' -fno-strength-reduce -Wall -Wmissing-prototypes
568568
569569# Use this with GCC to check for mistakes, unused arguments, etc.
570- CFLAGS = -g -Wall -Wextra -Wmissing-prototypes -Wunreachable-code -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
570+ # CFLAGS = -g -Wall -Wextra -Wmissing-prototypes -Wunreachable-code -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
571571# CFLAGS = -g -O2 -Wall -Wextra -Wmissing-prototypes -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DU_DEBUG
572572# PYTHON_CFLAGS_EXTRA = -Wno-missing-field-initializers
573573# MZSCHEME_CFLAGS_EXTRA = -Wno-unreachable-code -Wno-unused-parameter
@@ -613,7 +613,7 @@ LINT_OPTIONS = -beprxzF
613613# Configuration is in the .ccmalloc or ~/.ccmalloc file.
614614# Doesn't work very well, since memory linked to from global variables
615615# (in libraries) is also marked as leaked memory.
616- LEAK_CFLAGS = -DEXITFREE
616+ # LEAK_CFLAGS = -DEXITFREE
617617# LEAK_LIBS = -lccmalloc
618618
619619# ####################################################
0 commit comments