mirror of https://github.com/PCSX2/pcsx2.git
gsdx: allow strict aliasing optimization
This commit is contained in:
parent
2e7fab7813
commit
0417a10483
|
@ -11,7 +11,6 @@ set(Output GSdx)
|
||||||
|
|
||||||
set(CommonFlags
|
set(CommonFlags
|
||||||
-fno-operator-names # because Xbyak uses and()/xor()/or()/not() function
|
-fno-operator-names # because Xbyak uses and()/xor()/or()/not() function
|
||||||
-fno-strict-aliasing
|
|
||||||
-Wno-unknown-pragmas
|
-Wno-unknown-pragmas
|
||||||
-Wno-parentheses
|
-Wno-parentheses
|
||||||
-Wunused-variable # __dummy variable need to be investigated
|
-Wunused-variable # __dummy variable need to be investigated
|
||||||
|
|
Loading…
Reference in New Issue