Skip to content

Commit

Permalink
Tweak OSX compile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jun 3, 2014
1 parent 6b427db commit 4d79a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist-build/osx.sh
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 4d79a69

Please sign in to comment.