From 9c12a07e62dfa404727e7fc85dd83bba84cc830d Mon Sep 17 00:00:00 2001 From: raphaelthegreat <47210458+raphaelthegreat@users.noreply.github.com> Date: Wed, 22 May 2024 00:33:10 +0300 Subject: [PATCH] cmake: Remove unsupported clang-cl flag --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca7e3b6..089d66d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)