mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-02-09 20:04:47 +01: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…
x
Reference in New Issue
Block a user