Commit b8cea49
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 <info@bnoordhuis.nl>1 parent 4a5dbea commit b8cea49Copy full SHA for b8cea49
File tree
Expand file treeCollapse file tree
1 file changed
+2
-1
lines changedOpen diff view settings
Filter options
- test/addons/heap-profiler
Expand file treeCollapse file tree
1 file changed
+2
-1
lines changedOpen diff view settings
Collapse file
test/addons/heap-profiler/binding.gyp
Copy file name to clipboardExpand all lines: test/addons/heap-profiler/binding.gyp+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
0 commit comments