| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5dab187 commit b463385
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -448,8 +448,6 @@ | |||
| 448 | 448 | dest='shared_cares_libpath', | |
| 449 | 449 | help='a directory to search for the shared cares DLL') | |
| 450 | 450 | ||
| 451 | - parser.add_argument_group(shared_optgroup) | ||
| 452 | - | ||
| 453 | 451 | for builtin in shareable_builtins: | |
| 454 | 452 | builtin_id = 'shared_builtin_' + builtin + '_path' | |
| 455 | 453 | shared_builtin_optgroup.add_argument('--shared-builtin-' + builtin + '-path', | |
@@ -458,15 +456,11 @@ | |||
| 458 | 456 | help='Path to shared file for ' + builtin + ' builtin. ' | |
| 459 | 457 | 'Will be used instead of bundled version at runtime') | |
| 460 | 458 | ||
| 461 | - parser.add_argument_group(shared_builtin_optgroup) | ||
| 462 | - | ||
| 463 | 459 | static_optgroup.add_argument('--static-zoslib-gyp', | |
| 464 | 460 | action='store', | |
| 465 | 461 | dest='static_zoslib_gyp', | |
| 466 | 462 | help='path to zoslib.gyp file for includes and to link to static zoslib library') | |
| 467 | 463 | ||
| 468 | - parser.add_argument_group(static_optgroup) | ||
| 469 | - | ||
| 470 | 464 | parser.add_argument('--tag', | |
| 471 | 465 | action='store', | |
| 472 | 466 | dest='tag', | |
@@ -646,8 +640,6 @@ | |||
| 646 | 640 | default='deps', | |
| 647 | 641 | help='Download directory [default: %(default)s]') | |
| 648 | 642 | ||
| 649 | - parser.add_argument_group(intl_optgroup) | ||
| 650 | - | ||
| 651 | 643 | parser.add_argument('--debug-lib', | |
| 652 | 644 | action='store_true', | |
| 653 | 645 | dest='node_debug_lib', | |
@@ -660,8 +652,6 @@ | |||
| 660 | 652 | default=None, | |
| 661 | 653 | help='build nghttp2 with DEBUGBUILD (default is false)') | |
| 662 | 654 | ||
| 663 | - parser.add_argument_group(http2_optgroup) | ||
| 664 | - | ||
| 665 | 655 | parser.add_argument('--without-npm', | |
| 666 | 656 | action='store_true', | |
| 667 | 657 | dest='without_npm', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments