diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2012-01-18 02:00:43 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-01-18 02:00:43 +0100 |
commit | ad42a82df556068ffe79e13bd36799a8eedb3ebf (patch) | |
tree | 9fbb81356bc19330753718ff88cafd4fa6c2f574 /configure | |
parent | 29ce743385011e896ff2bebff13442a662ba463a (diff) | |
download | node-ad42a82df556068ffe79e13bd36799a8eedb3ebf.tar.gz |
build: remove node_debug from config.gypi
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |