diff options
Diffstat (limited to 'Makefile.linux')
-rw-r--r-- | Makefile.linux | 4 |
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 |