Skip to content

Commit a4be468

Browse files
committed
link
1 parent 39616d1 commit a4be468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rpp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ if(MSVC)
9393
$<$<CONFIG:Release>:_NO_DEBUG_HEAP=1>
9494
$<$<CONFIG:MinSizeRel>:_NO_DEBUG_HEAP=1>
9595
)
96+
target_link_options(rpp PRIVATE /NODEFAULTLIB:MSVCRT)
9697
target_compile_options(rpp PRIVATE /arch:AVX2 /MP /W4 /GR- /GS- /EHa- /wd4201)
9798

9899
elseif(CLANG)

0 commit comments

Comments
 (0)