We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36831fc commit 5d007e9Copy full SHA for 5d007e9
src/VcpkgCustomTriplets/common.cmake
@@ -1,6 +1,6 @@
1
set(VCPKG_LIBRARY_LINKAGE static)
2
-set(VCPKG_C_FLAGS "/Qspectre /W3 /guard:cf")
3
-set(VCPKG_CXX_FLAGS "/Qspectre /W3 /guard:cf")
+set(VCPKG_C_FLAGS "/Qspectre /W3 /guard:cf /D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR")
+set(VCPKG_CXX_FLAGS "/Qspectre /W3 /guard:cf /D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR")
4
set(VCPKG_INSTALL_OPTIONS, "--debug")
5
6
if(PORT MATCHES "cpprestsdk")
0 commit comments