build: remove node_debug from config.gypi

This commit is contained in:
Ben Noordhuis
2012-01-18 02:00:43 +01:00
parent 29ce743385
commit ad42a82df5

1
configure vendored
View File

@@ -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)