diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-31 14:21:53 -0500 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-31 14:21:53 -0500 |
commit | 5917453611eee6b4a4a7ff390ee500485587e35e (patch) | |
tree | 7bbedce6db1409701aca78255b74e9fe4571ece6 | |
parent | cc2a1444ae9a732fc5f480af06237ceb29507ea6 (diff) | |
download | infinitytier-5917453611eee6b4a4a7ff390ee500485587e35e.tar.gz infinitytier-5917453611eee6b4a4a7ff390ee500485587e35e.zip |
Linux makefile helpful debug line.
-rw-r--r-- | make-linux.mk | 5 |
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 |