diff options
author | Andy Pilate <cubox@cubox.me> | 2013-07-06 22:54:19 +0200 |
---|---|---|
committer | Andy Pilate <cubox@cubox.me> | 2013-07-06 22:54:19 +0200 |
commit | 5c543b3b4ad9320968cf9c442564eaad380bb5cf (patch) | |
tree | bb9c01e62f6ba5689519b2f2eca1dfdad0ff5f4c | |
parent | 2fffdfdaf50f892976b9586ccf0a40a306bc34a1 (diff) | |
download | infinitytier-5c543b3b4ad9320968cf9c442564eaad380bb5cf.tar.gz infinitytier-5c543b3b4ad9320968cf9c442564eaad380bb5cf.zip |
-O6 Do not exist and is the same as -O3
-rw-r--r-- | Makefile.mac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mac b/Makefile.mac index afcabeef..5e771021 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -5,7 +5,7 @@ INCLUDES=-Iext/bin/libcrypto/include -Iext/jsoncpp/include DEFS=-DZT_ARCH="x86_combined" -DZT_OSNAME="mac" -DZT_TRACE # Uncomment for a release optimized universal binary build -CFLAGS=-arch i386 -arch x86_64 -Wall -O6 -ftree-vectorize -pthread -mmacosx-version-min=10.6 -DNDEBUG $(INCLUDES) $(DEFS) +CFLAGS=-arch i386 -arch x86_64 -Wall -O3 -ftree-vectorize -pthread -mmacosx-version-min=10.6 -DNDEBUG $(INCLUDES) $(DEFS) STRIP=strip # Uncomment for a debug build |