comparison src/Makefile @ 2186:c202455d5a3a vim73

Undo undesired changes in src/Makefile.
author Bram Moolenaar <bram@vim.org>
date Mon, 17 May 2010 21:37:47 +0200
parents f60a0c9cbe6c
children 8c6a66e2b3cc
comparison
equal deleted inserted replaced
2184:5028c4d6d825 2186:c202455d5a3a
466 # The default is "normal". 466 # The default is "normal".
467 #CONF_OPT_FEAT = --with-features=tiny 467 #CONF_OPT_FEAT = --with-features=tiny
468 #CONF_OPT_FEAT = --with-features=small 468 #CONF_OPT_FEAT = --with-features=small
469 #CONF_OPT_FEAT = --with-features=normal 469 #CONF_OPT_FEAT = --with-features=normal
470 #CONF_OPT_FEAT = --with-features=big 470 #CONF_OPT_FEAT = --with-features=big
471 CONF_OPT_FEAT = --with-features=huge 471 #CONF_OPT_FEAT = --with-features=huge
472 472
473 # COMPILED BY - For including a specific e-mail address for ":version". 473 # COMPILED BY - For including a specific e-mail address for ":version".
474 #CONF_OPT_COMPBY = "--with-compiledby=John Doe <JohnDoe@yahoo.com>" 474 #CONF_OPT_COMPBY = "--with-compiledby=John Doe <JohnDoe@yahoo.com>"
475 475
476 # X WINDOWS DISABLE - For creating a plain Vim without any X11 related fancies 476 # X WINDOWS DISABLE - For creating a plain Vim without any X11 related fancies
534 #CFLAGS = -O6 -fno-strength-reduce -Wall -Wshadow -Wmissing-prototypes 534 #CFLAGS = -O6 -fno-strength-reduce -Wall -Wshadow -Wmissing-prototypes
535 #CFLAGS = -g -DDEBUG -Wall -Wshadow -Wmissing-prototypes 535 #CFLAGS = -g -DDEBUG -Wall -Wshadow -Wmissing-prototypes
536 #CFLAGS = -g -O2 '-DSTARTUPTIME="vimstartup"' -fno-strength-reduce -Wall -Wmissing-prototypes 536 #CFLAGS = -g -O2 '-DSTARTUPTIME="vimstartup"' -fno-strength-reduce -Wall -Wmissing-prototypes
537 537
538 # Use this with GCC to check for mistakes, unused arguments, etc. 538 # Use this with GCC to check for mistakes, unused arguments, etc.
539 CFLAGS = -g -Wall -Wextra -Wmissing-prototypes -Wunreachable-code -D_FORTIFY_SOURCE=1 539 #CFLAGS = -g -Wall -Wextra -Wmissing-prototypes -Wunreachable-code -D_FORTIFY_SOURCE=1
540 PYTHON_CFLAGS_EXTRA = -Wno-missing-field-initializers 540 #PYTHON_CFLAGS_EXTRA = -Wno-missing-field-initializers
541 MZSCHEME_CFLAGS_EXTRA = -Wno-unreachable-code -Wno-unused-parameter 541 #MZSCHEME_CFLAGS_EXTRA = -Wno-unreachable-code -Wno-unused-parameter
542 542
543 # EFENCE - Electric-Fence malloc debugging: catches memory accesses beyond 543 # EFENCE - Electric-Fence malloc debugging: catches memory accesses beyond
544 # allocated memory (and makes every malloc()/free() very slow). 544 # allocated memory (and makes every malloc()/free() very slow).
545 # Electric Fence is free (search ftp sites). 545 # Electric Fence is free (search ftp sites).
546 # You may want to set the EF_PROTECT_BELOW environment variable to check the 546 # You may want to set the EF_PROTECT_BELOW environment variable to check the