mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Experiment: only delayload dbghelp.dll
This commit is contained in:
@@ -834,15 +834,7 @@ if(WIN32)
|
||||
/OPT:REF
|
||||
/OPT:NOICF
|
||||
/DEBUG:FULL
|
||||
/delayload:ole32.dll
|
||||
/delayload:WINMM.dll
|
||||
/delayload:dbghelp.dll
|
||||
/delayload:VCRUNTIME140_1.dll
|
||||
# libuv loads these two immediately, but for some reason it seems to still be slightly faster to delayload them
|
||||
/delayload:WS2_32.dll
|
||||
/delayload:WSOCK32.dll
|
||||
/delayload:ADVAPI32.dll
|
||||
/delayload:IPHLPAPI.dll
|
||||
)
|
||||
endif()
|
||||
elseif(APPLE)
|
||||
|
||||
Reference in New Issue
Block a user