mirror of https://github.com/PCSX2/pcsx2.git
Tweak the warnings a bit on gcc, so they don't require gcc 4.3. :(
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@215 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
73b833fee1
commit
23c64e0497
|
@ -17,7 +17,7 @@ CXXFLAGS=
|
|||
CCASFLAGS=
|
||||
|
||||
|
||||
WARNING_FLAGS="-Wall -Wextra -Wno-unused-parameter -Wno-format -Wno-empty-body -Wno-unused-value"
|
||||
WARNING_FLAGS="-Wall -Wno-format -Wno-unused-value"
|
||||
NORMAL_FLAGS="-O3 -fomit-frame-pointer ${WARNING_FLAGS}"
|
||||
DEBUG_FLAGS=" -g ${WARNING_FLAGS}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue