mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
Add -Wall (back) to default CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23492 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2c40d909bb
commit
10610f736c
2
configure
vendored
2
configure
vendored
@ -2251,7 +2251,7 @@ elif test -z "$CFLAGS" ; then
|
||||
elif test "$cc_vendor" != "gnu" ; then
|
||||
CFLAGS="-O2 $_march $_mcpu $_pipe"
|
||||
else
|
||||
CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
|
||||
CFLAGS="-Wall -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
|
||||
fi
|
||||
else
|
||||
_warn_CFLAGS=yes
|
||||
|
Loading…
Reference in New Issue
Block a user