cmake: Remove unsupported clang-cl flag

This commit is contained in:
raphaelthegreat 2024-05-22 00:33:10 +03:00
parent 8f19453e25
commit 9c12a07e62

View File

@ -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)