Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-01-18 05:00:43 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-01-18 05:00:43 +0400
commitad42a82df556068ffe79e13bd36799a8eedb3ebf (patch)
tree9fbb81356bc19330753718ff88cafd4fa6c2f574 /configure
parent29ce743385011e896ff2bebff13442a662ba463a (diff)
build: remove node_debug from config.gypi
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 6a709c92443..d9ef98e3a4c 100755
--- a/configure
+++ b/configure
@@ -173,7 +173,6 @@ def target_arch():
def configure_node(o):
# TODO add gdb
o['variables']['node_use_isolates'] = b(not options.without_isolates)
- o['variables']['node_debug'] = b(options.debug)
o['variables']['node_prefix'] = options.prefix if options.prefix else ''
o['variables']['node_use_dtrace'] = b(options.with_dtrace)
o['variables']['node_install_npm'] = b(not options.without_npm)