summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-31 14:21:53 -0500
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-31 14:21:53 -0500
commit5917453611eee6b4a4a7ff390ee500485587e35e (patch)
tree7bbedce6db1409701aca78255b74e9fe4571ece6
parentcc2a1444ae9a732fc5f480af06237ceb29507ea6 (diff)
downloadinfinitytier-5917453611eee6b4a4a7ff390ee500485587e35e.tar.gz
infinitytier-5917453611eee6b4a4a7ff390ee500485587e35e.zip
Linux makefile helpful debug line.
-rw-r--r--make-linux.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/make-linux.mk b/make-linux.mk
index ce8f4951..f3229295 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -7,9 +7,12 @@ DEFS=
LIBS=
ifeq ($(ZT_AUTO_UPDATE),1)
- DEFS+=-DZT_AUTO_UPDATE
+ DEFS+=-DZT_AUTO_UPDATE
endif
+# Uncomment to dump trace and log to stdout
+#DEFS+=-DZT_TRACE -DZT_LOG_STDOUT
+
# Uncomment for a release optimized build
CFLAGS=-Wall -O3 -fvisibility=hidden -fstack-protector -pthread $(INCLUDES) -DNDEBUG $(DEFS)
STRIP=strip --strip-all