Skip to content

Commit a08b6cb

Browse files
author
devsh
committed
re-add the constexpr std::mutex STL workaround
1 parent e0d2b7c commit a08b6cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ if(WIN32)
119119
else()
120120
add_compile_options(-fcf-protection)
121121
endif()
122+
add_compile_definitions(_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR)
122123
endif(WIN32)
123124

124125
# Enable CET Shadow Stack

0 commit comments

Comments
 (0)