Browse Source

Add commented out gprof makefile options to Linux build.

pull/1/head
Adam Ierymenko 13 years ago
parent
commit
8d3dc3a44b
  1. 4
      Makefile.linux

4
Makefile.linux

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

Loading…
Cancel
Save