cpptrace
cpptrace copied to clipboard
Add support for delayed load of dbghelp
Dbghelp is a large library and is known to increase startup times when loaded as a dll. When using /DELAYLOAD windows will automatically load the library on the first call to one of its functions.
Not sure if this should be default ON or OFF.