From 8d3dc3a44bb23af3e7a1b2371da0878479568111 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 18 Oct 2013 16:51:05 -0400 Subject: [PATCH] Add commented out gprof makefile options to Linux build. --- Makefile.linux | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.linux b/Makefile.linux index 84ad5bec7..4f48d222b 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