Mercurial > mplayer.hg
comparison configure @ 23451:e43369ba24e0
Keep -pipe option in CFLAGS even in debug mode.
author | diego |
---|---|
date | Tue, 05 Jun 2007 10:05:09 +0000 |
parents | 87c61466bf62 |
children | 77cd8d54694a |
comparison
equal
deleted
inserted
replaced
23450:d739d60eb577 | 23451:e43369ba24e0 |
---|---|
2241 | 2241 |
2242 | 2242 |
2243 # Checking for CFLAGS | 2243 # Checking for CFLAGS |
2244 _install_strip="-s" | 2244 _install_strip="-s" |
2245 if test "$_profile" != "" || test "$_debug" != "" ; then | 2245 if test "$_profile" != "" || test "$_debug" != "" ; then |
2246 CFLAGS="-W -Wall -O2 $_march $_mcpu $_debug $_profile" | 2246 CFLAGS="-W -Wall -O2 $_march $_mcpu $_pipe $_debug $_profile" |
2247 _install_strip= | 2247 _install_strip= |
2248 elif test -z "$CFLAGS" ; then | 2248 elif test -z "$CFLAGS" ; then |
2249 if test "$cc_vendor" = "intel" ; then | 2249 if test "$cc_vendor" = "intel" ; then |
2250 CFLAGS="-O2 $_march $_mcpu $_pipe -fomit-frame-pointer" | 2250 CFLAGS="-O2 $_march $_mcpu $_pipe -fomit-frame-pointer" |
2251 elif test "$cc_vendor" != "gnu" ; then | 2251 elif test "$cc_vendor" != "gnu" ; then |