Skip to content

Commit 5b8fa29

Browse files
danbevMylesBorins
authored andcommitted
build: display HTTP2 configure --help options
Currently the options available for HTTP2 are not displayed when running configure --help. This commit enables the following HTTP2 section to be included in the help output: HTTP2: Flags that allows you to control HTTP2 features in Node.js --debug-http2 build with http2 debug statements on (default is false) --debug-nghttp2 build nghttp2 with DEBUGBUILD (default is false) PR-URL: #15198 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent acf9650 commit 5b8fa29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure

+2
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,8 @@ http2_optgroup.add_option('--debug-nghttp2',
420420
dest='debug_nghttp2',
421421
help='build nghttp2 with DEBUGBUILD (default is false)')
422422

423+
parser.add_option_group(http2_optgroup)
424+
423425
parser.add_option('--with-perfctr',
424426
action='store_true',
425427
dest='with_perfctr',

0 commit comments

Comments
 (0)