diff options
author | Matt Loring <mattloring@google.com> | 2015-12-09 11:37:51 -0800 |
---|---|---|
committer | Ali Ijaz Sheikh <ofrobots@google.com> | 2015-12-29 14:14:43 -0800 |
commit | 3e2a2e6efa40ca1ae2d5161ab2844a1787391a9e (patch) | |
tree | 09ea5c510159f09e0af6e830617f2f51b42319dc /node.gyp | |
parent | 1762db0142b137d0dcc949cd38894a2b07adf18a (diff) | |
download | node-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.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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', ], }, |