Allow ZT_TRACE without debug.

This commit is contained in:
Adam Ierymenko 2015-11-03 11:20:12 -08:00
parent a42d714a87
commit 0b245b031e

View File

@ -88,6 +88,9 @@ else
LDFLAGS=-pie -Wl,-z,relro,-z,now
STRIP=strip --strip-all
endif
ifeq ($(ZT_TRACE),1)
DEFS+=-DZT_TRACE
endif
# Uncomment for gprof profile build
#CFLAGS=-Wall -g -pg -pthread $(INCLUDES) $(DEFS)