summaryrefslogtreecommitdiff
path: root/Makefile.linux
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-18 16:51:05 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-18 16:51:05 -0400
commit8d3dc3a44bb23af3e7a1b2371da0878479568111 (patch)
treedc6fe9d97ca2a1a2947375a1a948c0c515d7bb11 /Makefile.linux
parentfbf6ab5d4db0eae980f14c1b94e46599aec9376d (diff)
downloadinfinitytier-8d3dc3a44bb23af3e7a1b2371da0878479568111.tar.gz
infinitytier-8d3dc3a44bb23af3e7a1b2371da0878479568111.zip
Add commented out gprof makefile options to Linux build.
Diffstat (limited to 'Makefile.linux')
-rw-r--r--Makefile.linux4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.linux b/Makefile.linux
index 84ad5bec..4f48d222 100644
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -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