Browse Source

Add commented out gprof makefile options to Linux build.

Adam Ierymenko 11 years ago
parent
commit
8d3dc3a44b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Makefile.linux

+ 4 - 0
Makefile.linux

@@ -14,6 +14,10 @@ STRIP=strip --strip-all
 #CFLAGS=-Wall -g -pthread $(INCLUDES) -DZT_TRACE $(DEFS)
 #CFLAGS=-Wall -g -pthread $(INCLUDES) -DZT_TRACE $(DEFS)
 #STRIP=echo
 #STRIP=echo
 
 
+# Uncomment for gprof profile build
+#CFLAGS=-Wall -g -pg -pthread $(INCLUDES) $(DEFS)
+#STRIP=echo
+
 CXXFLAGS=$(CFLAGS) -fno-rtti
 CXXFLAGS=$(CFLAGS) -fno-rtti
 
 
 include objects.mk
 include objects.mk