mirror of
https://github.com/shadps4-emu/sirit.git
synced 2024-11-23 03:10:02 +00:00
cmake: Remove unsupported clang-cl flag
This commit is contained in:
parent
8f19453e25
commit
9c12a07e62
@ -56,7 +56,6 @@ if (MSVC)
|
||||
/Zi
|
||||
/Zo
|
||||
/EHsc
|
||||
/Zc:throwingNew # Assumes new never returns null
|
||||
/Zc:inline # Omits inline functions from object-file output
|
||||
/DNOMINMAX
|
||||
/WX)
|
||||
|
Loading…
Reference in New Issue
Block a user