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 39616d1 commit a4be468Copy full SHA for a4be468
rpp/CMakeLists.txt
@@ -93,6 +93,7 @@ if(MSVC)
93
$<$<CONFIG:Release>:_NO_DEBUG_HEAP=1>
94
$<$<CONFIG:MinSizeRel>:_NO_DEBUG_HEAP=1>
95
)
96
+ target_link_options(rpp PRIVATE /NODEFAULTLIB:MSVCRT)
97
target_compile_options(rpp PRIVATE /arch:AVX2 /MP /W4 /GR- /GS- /EHa- /wd4201)
98
99
elseif(CLANG)
0 commit comments