mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08:00
cmake: Use standard preprocessor on MSVC
This commit is contained in:
parent
52cc7b438b
commit
ecc1feff64
@ -48,6 +48,7 @@ if (MSVC)
|
||||
/volatile:iso
|
||||
/Zc:externConstexpr
|
||||
/Zc:inline
|
||||
/Zc:preprocessor # Use standards-conforming preprocessor
|
||||
/Zc:throwingNew
|
||||
/GT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user