Add commented out gprof makefile options to Linux build.

This commit is contained in:
Adam Ierymenko 2013-10-18 16:51:05 -04:00
parent fbf6ab5d4d
commit 8d3dc3a44b

View File

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