mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-07-04 23:31:19 +01:00
cmake: Use standard preprocessor on MSVC
This commit is contained in:
parent
52cc7b438b
commit
ecc1feff64
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ if (MSVC)
|
||||||
/volatile:iso
|
/volatile:iso
|
||||||
/Zc:externConstexpr
|
/Zc:externConstexpr
|
||||||
/Zc:inline
|
/Zc:inline
|
||||||
|
/Zc:preprocessor # Use standards-conforming preprocessor
|
||||||
/Zc:throwingNew
|
/Zc:throwingNew
|
||||||
/GT
|
/GT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue