summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-31 14:22:05 -0500
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-31 14:22:05 -0500
commitc37cb60d3cf5348c7d2fad9f6a63cf93517875f8 (patch)
tree0112713c3261b03840b53c15c55d18f9a37aaf4c
parent5917453611eee6b4a4a7ff390ee500485587e35e (diff)
parent6c587b1c57acfb549692bb63ca668ba01ab3ca9c (diff)
downloadinfinitytier-c37cb60d3cf5348c7d2fad9f6a63cf93517875f8.tar.gz
infinitytier-c37cb60d3cf5348c7d2fad9f6a63cf93517875f8.zip
Merge branch 'adamierymenko-dev' of shub-niggurath.zerotier.com:/git/ZeroTierOne into adamierymenko-dev
-rw-r--r--make-mac.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/make-mac.mk b/make-mac.mk
index 8a034ab3..9449bf3d 100644
--- a/make-mac.mk
+++ b/make-mac.mk
@@ -6,9 +6,12 @@ DEFS=
LIBS=
ifeq ($(ZT_AUTO_UPDATE),1)
- DEFS+=-DZT_AUTO_UPDATE
+ DEFS+=-DZT_AUTO_UPDATE
endif
+# Uncomment to dump trace and log info to stdout (useful for debug/test)
+#DEFS+=-DZT_TRACE -DZT_LOG_STDOUT
+
# Uncomment for a release optimized universal binary build
CFLAGS=-arch i386 -arch x86_64 -Wall -O4 -fstack-protector -pthread -mmacosx-version-min=10.6 -DNDEBUG -Wno-unused-private-field $(INCLUDES) $(DEFS)
STRIP=strip