Skip to content

Commit 7a1b0ac

Browse files
MylesBorinsaddaleax
authored andcommitted
Revert "build: re-introduce --use-largepages as no-op"
This reverts commit 5fcf542. PR-URL: #31782 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent a53eeca commit 7a1b0ac

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

configure.py

-10
Original file line numberDiff line numberDiff line change
@@ -398,16 +398,6 @@
398398
dest='with_etw',
399399
help='build with ETW (default is true on Windows)')
400400

401-
parser.add_option('--use-largepages',
402-
action='store_true',
403-
dest='node_use_large_pages',
404-
help='This option has no effect. --use-largepages is now a runtime option.')
405-
406-
parser.add_option('--use-largepages-script-lld',
407-
action='store_true',
408-
dest='node_use_large_pages_script_lld',
409-
help='This option has no effect. --use-largepages is now a runtime option.')
410-
411401
intl_optgroup.add_option('--with-intl',
412402
action='store',
413403
dest='with_intl',

0 commit comments

Comments
 (0)