Explorar o código

Allow ZT_TRACE without debug.

Adam Ierymenko %!s(int64=10) %!d(string=hai) anos
pai
achega
0b245b031e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      make-linux.mk

+ 3 - 0
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)