From ad42a82df556068ffe79e13bd36799a8eedb3ebf Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 18 Jan 2012 02:00:43 +0100 Subject: build: remove node_debug from config.gypi --- configure | 1 - 1 file changed, 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 6a709c924..d9ef98e3a 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) -- cgit v1.2.1