1
0
Fork 0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-06 20:58:37 +01:00

moved to -m's list

was ugly
This commit is contained in:
IAmDunningKrugerIncarnate 2024-11-13 18:27:29 -06:00 committed by GitHub
parent 5564d19c06
commit 525dd70c1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,12 +14,12 @@ compiler_args = [
'-msse2',
'-msse3',
'-mfpmath=sse',
'-mprefer-avx128',
'-Wimplicit-fallthrough',
# gcc
'-Wno-missing-field-initializers',
'-Wno-unused-parameter',
'-Wno-cast-function-type', # Needed for GetProcAddress.
'-mprefer-avx128',
# clang
'-Wno-unused-private-field',
'-Wno-microsoft-exception-spec',