comparison src/Makefile @ 9:4102fb4ea781 v7.0002

updated for version 7.0002
author vimboss
date Sun, 20 Jun 2004 12:51:53 +0000
parents 7edf9b6e4c36
children 4424b47a0797
comparison
equal deleted inserted replaced
8:7edf9b6e4c36 9:4102fb4ea781
430 # The default is "normal". 430 # The default is "normal".
431 #CONF_OPT_FEAT = --with-features=tiny 431 #CONF_OPT_FEAT = --with-features=tiny
432 #CONF_OPT_FEAT = --with-features=small 432 #CONF_OPT_FEAT = --with-features=small
433 #CONF_OPT_FEAT = --with-features=normal 433 #CONF_OPT_FEAT = --with-features=normal
434 #CONF_OPT_FEAT = --with-features=big 434 #CONF_OPT_FEAT = --with-features=big
435 CONF_OPT_FEAT = --with-features=huge 435 #CONF_OPT_FEAT = --with-features=huge
436 436
437 # COMPILED BY - For including a specific e-mail address for ":version". 437 # COMPILED BY - For including a specific e-mail address for ":version".
438 #CONF_OPT_COMPBY = "--with-compiledby=John Doe <JohnDoe@yahoo.com>" 438 #CONF_OPT_COMPBY = "--with-compiledby=John Doe <JohnDoe@yahoo.com>"
439 439
440 # X WINDOWS DISABLE - For creating a plain Vim without any X11 related fancies 440 # X WINDOWS DISABLE - For creating a plain Vim without any X11 related fancies
491 #CFLAGS = -O -Olimit 2000 491 #CFLAGS = -O -Olimit 2000
492 #CFLAGS = -O -FOlimit,2000 492 #CFLAGS = -O -FOlimit,2000
493 493
494 # Often used for GCC: mixed optimizing, lot of optimizing, debugging 494 # Often used for GCC: mixed optimizing, lot of optimizing, debugging
495 #CFLAGS = -g -O2 -fno-strength-reduce -Wall -Wshadow -Wmissing-prototypes 495 #CFLAGS = -g -O2 -fno-strength-reduce -Wall -Wshadow -Wmissing-prototypes
496 CFLAGS = -g -O2 -fno-strength-reduce -Wall -Wmissing-prototypes 496 #CFLAGS = -g -O2 -fno-strength-reduce -Wall -Wmissing-prototypes
497 #CFLAGS = -O6 -fno-strength-reduce -Wall -Wshadow -Wmissing-prototypes 497 #CFLAGS = -O6 -fno-strength-reduce -Wall -Wshadow -Wmissing-prototypes
498 #CFLAGS = -g -DDEBUG -Wall -Wshadow -Wmissing-prototypes 498 #CFLAGS = -g -DDEBUG -Wall -Wshadow -Wmissing-prototypes
499 #CFLAGS = -g -O2 -DSTARTUPTIME=\"vimstartup\" -fno-strength-reduce -Wall -Wmissing-prototypes 499 #CFLAGS = -g -O2 -DSTARTUPTIME=\"vimstartup\" -fno-strength-reduce -Wall -Wmissing-prototypes
500 500
501 # EFENCE - Electric-Fence malloc debugging: catches memory accesses beyond 501 # EFENCE - Electric-Fence malloc debugging: catches memory accesses beyond