updated for version 7.1-273
diff --git a/src/Makefile b/src/Makefile
index 4ef0a0f..ae8878c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -545,7 +545,7 @@
 # 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