Browse Source

Allow ZT_TRACE without debug.

pull/1/head
Adam Ierymenko 11 years ago
parent
commit
0b245b031e
  1. 3
      make-linux.mk

3
make-linux.mk

@ -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)

Loading…
Cancel
Save