summaryrefslogtreecommitdiff
path: root/make-mac.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-03-19 16:05:03 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-03-19 16:05:03 -0700
commit6fdb360e2ab1ed27760e6ea699a1594786bcbe76 (patch)
tree16b4c7c348f45589ed4d8e5eab6373db4f748e35 /make-mac.mk
parent0d847d941077eea398638d4077dceaa56aa68cfc (diff)
downloadinfinitytier-6fdb360e2ab1ed27760e6ea699a1594786bcbe76.tar.gz
infinitytier-6fdb360e2ab1ed27760e6ea699a1594786bcbe76.zip
More IPC work.
Diffstat (limited to 'make-mac.mk')
-rw-r--r--make-mac.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/make-mac.mk b/make-mac.mk
index 559ef2be..bef8b71b 100644
--- a/make-mac.mk
+++ b/make-mac.mk
@@ -23,12 +23,12 @@ endif
#DEFS+=-DZT_TRACE -DZT_LOG_STDOUT
# Uncomment for a release optimized universal binary build
-CFLAGS=-arch i386 -arch x86_64 -Wall -O3 -flto -fPIE -fvectorize -fstack-protector -pthread -mmacosx-version-min=10.6 -DNDEBUG -Wno-unused-private-field $(INCLUDES) $(DEFS)
-STRIP=strip
+#CFLAGS=-arch i386 -arch x86_64 -Wall -O3 -flto -fPIE -fvectorize -fstack-protector -pthread -mmacosx-version-min=10.6 -DNDEBUG -Wno-unused-private-field $(INCLUDES) $(DEFS)
+#STRIP=strip
# Uncomment for a debug build
-#CFLAGS=-Wall -g -pthread -DZT_TRACE -DZT_LOG_STDOUT $(INCLUDES) $(DEFS)
-#STRIP=echo
+CFLAGS=-Wall -g -pthread -DZT_TRACE -DZT_LOG_STDOUT $(INCLUDES) $(DEFS)
+STRIP=echo
CXXFLAGS=$(CFLAGS) -fno-rtti