summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure b/configure
index 17e13a48d4..c4dda999fd 100755
--- a/configure
+++ b/configure
@@ -443,11 +443,6 @@ parser.add_option('--debug-lib',
dest='node_debug_lib',
help='build lib with DCHECK macros')
-http2_optgroup.add_option('--debug-http2',
- action='store_true',
- dest='debug_http2',
- help='build with http2 debug statements on (default is false)')
-
http2_optgroup.add_option('--debug-nghttp2',
action='store_true',
dest='debug_nghttp2',
@@ -970,11 +965,6 @@ def configure_node(o):
o['variables']['node_debug_lib'] = b(options.node_debug_lib)
- if options.debug_http2:
- o['variables']['debug_http2'] = 1
- else:
- o['variables']['debug_http2'] = 'false'
-
if options.debug_nghttp2:
o['variables']['debug_nghttp2'] = 1
else: