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