mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.0.1847: some build options don't have an example
Problem: Some build options don't have an example. Solution: Add a couple more examples and compiler flags.
This commit is contained in:
@@ -446,8 +446,10 @@ CClink = $(CC)
|
|||||||
# However, this may still cause problems, such as "import termios" failing.
|
# However, this may still cause problems, such as "import termios" failing.
|
||||||
# Build two separate versions of Vim in that case.
|
# Build two separate versions of Vim in that case.
|
||||||
#CONF_OPT_PYTHON = --enable-pythoninterp
|
#CONF_OPT_PYTHON = --enable-pythoninterp
|
||||||
|
#CONF_OPT_PYTHON = --enable-pythoninterp --with-python-command=python2.7
|
||||||
#CONF_OPT_PYTHON = --enable-pythoninterp=dynamic
|
#CONF_OPT_PYTHON = --enable-pythoninterp=dynamic
|
||||||
#CONF_OPT_PYTHON3 = --enable-python3interp
|
#CONF_OPT_PYTHON3 = --enable-python3interp
|
||||||
|
#CONF_OPT_PYTHON3 = --enable-python3interp --with-python3-command=python3.6
|
||||||
#CONF_OPT_PYTHON3 = --enable-python3interp=dynamic
|
#CONF_OPT_PYTHON3 = --enable-python3interp=dynamic
|
||||||
|
|
||||||
# RUBY
|
# RUBY
|
||||||
@@ -611,8 +613,8 @@ CClink = $(CC)
|
|||||||
#CFLAGS = -g -Wall -Wextra -Wshadow -Wmissing-prototypes -Wunreachable-code -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
|
#CFLAGS = -g -Wall -Wextra -Wshadow -Wmissing-prototypes -Wunreachable-code -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
|
||||||
# Add -Wpedantic to find // comments and other C99 constructs.
|
# Add -Wpedantic to find // comments and other C99 constructs.
|
||||||
# Better disable Perl and Python to avoid a lot of warnings.
|
# Better disable Perl and Python to avoid a lot of warnings.
|
||||||
#CFLAGS = -g -Wall -Wextra -Wshadow -Wmissing-prototypes -Wpedantic -Wunreachable-code -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
|
#CFLAGS = -g -Wall -Wextra -Wshadow -Wmissing-prototypes -Wpedantic -Wunreachable-code -Wunused-result -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
|
||||||
#CFLAGS = -g -O2 -Wall -Wextra -Wmissing-prototypes -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DU_DEBUG
|
#CFLAGS = -g -O2 -Wall -Wextra -Wshadow -Wmissing-prototypes -Wpedantic -Wunreachable-code -Wunused-result -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
|
||||||
#PYTHON_CFLAGS_EXTRA = -Wno-missing-field-initializers
|
#PYTHON_CFLAGS_EXTRA = -Wno-missing-field-initializers
|
||||||
#MZSCHEME_CFLAGS_EXTRA = -Wno-unreachable-code -Wno-unused-parameter
|
#MZSCHEME_CFLAGS_EXTRA = -Wno-unreachable-code -Wno-unused-parameter
|
||||||
|
|
||||||
|
@@ -761,6 +761,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1847,
|
||||||
/**/
|
/**/
|
||||||
1846,
|
1846,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user