Default 10.7 SDK is enough for compatibility.
authorCryptoManiac <balthazar@yandex.ru>
Fri, 19 Dec 2014 02:36:22 +0000 (18:36 -0800)
committerCryptoManiac <balthazar@yandex.ru>
Fri, 19 Dec 2014 02:36:22 +0000 (18:36 -0800)
src/makefile.osx

index da60667..9df1012 100644 (file)
@@ -54,7 +54,7 @@ ifdef RELEASE
 # Compile for maximum compatibility and smallest size.
 # This requires that dependencies are compiled
 # the same way.
-CFLAGS = -mmacosx-version-min=10.5 -arch x86_64 -O3 -msse2
+CFLAGS = -O3 -msse2
 else
 CFLAGS = -g -msse2
 endif