comparison src/Makefile @ 4:c1b12c772bfb

updated for version 7.0001
author vimboss
date Sun, 13 Jun 2004 13:30:23 +0000
parents 6ea9da2bf202
children 7edf9b6e4c36
comparison
equal deleted inserted replaced
3:6ea9da2bf202 4:c1b12c772bfb
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