From 4d79a69f5bc5f5ebc415150a772e12c0770f65c8 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 2 Jun 2014 20:36:59 -0700 Subject: [PATCH] Tweak OSX compile flags --- dist-build/osx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist-build/osx.sh b/dist-build/osx.sh index e648b30e..b238e2c7 100755 --- a/dist-build/osx.sh +++ b/dist-build/osx.sh @@ -1,7 +1,7 @@ #! /bin/sh -export CFLAGS="-mmacosx-version-min=10.8" -export LDFLAGS="-mmacosx-version-min=10.8" +export CFLAGS="-mmacosx-version-min=10.8 -march=core2 -O2 -g" +export LDFLAGS="-mmacosx-version-min=10.8 -march=core2 -O2 -g" ./configure --with-included-ltdl \ --enable-plugins \