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