diff options
author | nplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-04-29 17:18:12 +0000 |
---|---|---|
committer | nplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-04-29 17:18:12 +0000 |
commit | 675667dfcc21ca35ee54e45191eff37fe67ee947 (patch) | |
tree | 2350be1f809a9f4b536e8433d8928c9e570bb22e /configure | |
parent | 30f6f479763611aaf657d36255a10c312e663c5d (diff) |
recommended flags on osx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15295 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6552,7 +6552,7 @@ fi echores "$_crash_debug" if darwin ; then - CFLAGS="$CFLAGS -DSYS_DARWIN" + CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN" if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then CFLAGS="$CFLAGS -no-cpp-precomp" fi |