diff src/Makefile @ 1560:c7905d03c72e v7.1.273

updated for version 7.1-273
author vimboss
date Wed, 12 Mar 2008 12:17:28 +0000
parents b0f8f28a67c2
children 73c5752b957d
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -545,7 +545,7 @@ LINT_OPTIONS = -beprxzF
 # For unknown reasons adding "-lc" fixes a linking problem with GCC.  That's
 # probably a bug in the "-pg" implementation.
 # Need to recompile everything after changing this: "make clean" "make".
-#PROFILE_CFLAGS = -pg -g
+#PROFILE_CFLAGS = -pg -g -DWE_ARE_PROFILING
 #PROFILE_LIBS = -pg
 #PROFILE_LIBS = -pg -lc