From b9605efb7ca5281a4dc6f0fbaa9f2f37d031593a Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Thu, 18 Dec 2014 18:36:22 -0800 Subject: [PATCH] Default 10.7 SDK is enough for compatibility. --- src/makefile.osx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/makefile.osx b/src/makefile.osx index da60667..9df1012 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -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 -- 1.7.1