Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix heap-profiler link error LNK1194 on win
Fix the following error message in windows using VS 2013: LINK : fatal error LNK1194: cannot delay-load 'node.exe' due to import of data symbol '"__declspec(dllimport) const v8::OutputStream::`vftable'" (__imp_??_7OutputStream@v8@@6b@)'; link without /DELAYLOAD:node.exe PR-URL: #3572 Reviewed-By: Ben Noordhuis <[email protected]>
- Loading branch information