diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-30 15:26:12 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-30 15:26:12 -0800 |
| commit | 525ab3faa9e41a1bf45492016ba1b4af804a3a0f (patch) | |
| tree | 592b43b2f8e419e79565a07cdb60a2b0bdfb16ea /make-mac.mk | |
| parent | 490e86dde3532b36617548bdf9d952caa43dffa3 (diff) | |
| download | infinitytier-525ab3faa9e41a1bf45492016ba1b4af804a3a0f.tar.gz infinitytier-525ab3faa9e41a1bf45492016ba1b4af804a3a0f.zip | |
Take TRACE back out of Mac makefile, fix a few decode little things.
Diffstat (limited to 'make-mac.mk')
| -rw-r--r-- | make-mac.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-mac.mk b/make-mac.mk index 7760a186..f4eddb46 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -20,7 +20,7 @@ ifeq ($(ZT_AUTO_UPDATE),1) endif # Uncomment to dump trace and log info to stdout (useful for debug/test) -DEFS+=-DZT_TRACE -DZT_LOG_STDOUT +#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) |
