summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorMatt Loring <mattloring@google.com>2015-12-09 11:37:51 -0800
committerAli Ijaz Sheikh <ofrobots@google.com>2015-12-29 14:14:43 -0800
commit3e2a2e6efa40ca1ae2d5161ab2844a1787391a9e (patch)
tree09ea5c510159f09e0af6e830617f2f51b42319dc /node.gyp
parent1762db0142b137d0dcc949cd38894a2b07adf18a (diff)
downloadnode-new-3e2a2e6efa40ca1ae2d5161ab2844a1787391a9e.tar.gz
tools: run tick processor without forking
Using the tick processor no longer creates temporary files or spawns a child process. PR-URL: https://github.com/nodejs/node/pull/4224 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: jasnell - James M Snell <jasnell@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 4f096f580a..672c3ce669 100644
--- a/node.gyp
+++ b/node.gyp
@@ -91,7 +91,6 @@
'deps/v8/tools/tickprocessor.js',
'deps/v8/tools/SourceMap.js',
'deps/v8/tools/tickprocessor-driver.js',
- 'deps/v8/tools/mac-nm',
],
},