comparison src/Makefile @ 391:289b19a6f2ed v7.0103

updated for version 7.0103
author vimboss
date Tue, 05 Jul 2005 21:48:14 +0000
parents 644578c9e219
children eb531146be0e
comparison
equal deleted inserted replaced
390:bded5839a32e 391:289b19a6f2ed
514 #CFLAGS = -g -O2 '-DSTARTUPTIME="vimstartup"' -fno-strength-reduce -Wall -Wmissing-prototypes 514 #CFLAGS = -g -O2 '-DSTARTUPTIME="vimstartup"' -fno-strength-reduce -Wall -Wmissing-prototypes
515 515
516 # EFENCE - Electric-Fence malloc debugging: catches memory accesses beyond 516 # EFENCE - Electric-Fence malloc debugging: catches memory accesses beyond
517 # allocated memory (and makes every malloc()/free() very slow). 517 # allocated memory (and makes every malloc()/free() very slow).
518 # Electric Fence is free (search ftp sites). 518 # Electric Fence is free (search ftp sites).
519 # You may want to set the EF_PROTECT_BELOW environment variable to check the
520 # other side of allocated memory.
519 # On FreeBSD you might need to enlarge the number of mmaps allowed. Do this 521 # On FreeBSD you might need to enlarge the number of mmaps allowed. Do this
520 # as root: sysctl -w vm.max_proc_mmap=30000 522 # as root: sysctl -w vm.max_proc_mmap=30000
521 #EXTRA_LIBS = /usr/local/lib/libefence.a 523 #EXTRA_LIBS = /usr/local/lib/libefence.a
522 524
523 # PURIFY - remove the # to use the "purify" program (hoi Nia++!) 525 # PURIFY - remove the # to use the "purify" program (hoi Nia++!)