Build melonDS with fwrapv, fixes weird rendering issues
This commit is contained in:
parent
f5af95c432
commit
7164763e2f
Binary file not shown.
|
@ -8,7 +8,7 @@ CXXFLAGS := -DMELONDS_VERSION="" -DOGLRENDERER_ENABLED \
|
|||
-Wno-sign-compare -Wno-deprecated-declarations \
|
||||
-Wno-missing-braces -Wno-bitwise-instead-of-logical \
|
||||
-Wno-unused-private-field -Wno-logical-op-parentheses \
|
||||
-fno-strict-aliasing -std=c++17
|
||||
-fno-strict-aliasing -fwrapv -std=c++17
|
||||
|
||||
TARGET = melonDS.wbx
|
||||
|
||||
|
|
Loading…
Reference in New Issue