Update CMakeLists.txt

This commit is contained in:
Jarred Sumner
2024-05-06 17:46:51 -07:00
parent c9ef82c176
commit 04cd201efc

View File

@@ -1075,7 +1075,6 @@ elseif(CMAKE_BUILD_TYPE STREQUAL "Release")
/delayload:ole32.dll
/delayload:WINMM.dll
/delayload:dbghelp.dll
/delayload:MSVCP140.dll
/delayload:VCRUNTIME140_1.dll
# libuv loads these two immediately, but for some reason it seems to still be slightly faster to delayload them