Skip to content

Commit 5010e44

Browse files
committed
updated for version 7.4a.016
Problem: Features enabled in Makefile. Solution: Undo accidental changes.
1 parent 089755e commit 5010e44

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
#####################################################

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,8 @@ static char *(features[]) =
727727

728728
static int included_patches[] =
729729
{ /* Add new patch number below this line */
730+
/**/
731+
16,
730732
/**/
731733
15,
732734
/**/

0 commit comments

Comments
 (0)