recommended flags on osx

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15295 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nplourde 2005-04-29 17:18:12 +00:00
parent 30f6f47976
commit 675667dfcc
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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