summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make-linux.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/make-linux.mk b/make-linux.mk
index 5e0a2072..eddef7fc 100644
--- a/make-linux.mk
+++ b/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)