comparison src/Makefile @ 625:81fe2ccc1207 v7.0179

updated for version 7.0179
author vimboss
date Thu, 12 Jan 2006 23:22:24 +0000
parents 25a70b1cd2da
children 732c7ae5743e
comparison
equal deleted inserted replaced
624:91e7d4a7b3b0 625:81fe2ccc1207
530 # LINT - for running lint 530 # LINT - for running lint
531 LINT_OPTIONS = -beprxzF 531 LINT_OPTIONS = -beprxzF
532 532
533 # PROFILING - Uncomment the next two lines to do profiling with gcc and gprof. 533 # PROFILING - Uncomment the next two lines to do profiling with gcc and gprof.
534 # Might not work with GUI or Perl. 534 # Might not work with GUI or Perl.
535 # For unknown reasons adding "-lc" fixes a linking problem with GCC. That's
536 # probably a bug in the "-pg" implementation.
535 # Need to recompile everything after changing this: "make clean" "make". 537 # Need to recompile everything after changing this: "make clean" "make".
536 #PROFILE_CFLAGS = -pg -g 538 #PROFILE_CFLAGS = -pg -g
537 #PROFILE_LIBS = -pg 539 #PROFILE_LIBS = -pg
540 #PROFILE_LIBS = -pg -lc
538 541
539 # MEMORY LEAK DETECTION 542 # MEMORY LEAK DETECTION
540 # Requires installing the ccmalloc library. 543 # Requires installing the ccmalloc library.
541 # Configuration is in the .ccmalloc file. 544 # Configuration is in the .ccmalloc file.
542 # Doesn't work very well, since memory linked to from global variables 545 # Doesn't work very well, since memory linked to from global variables