Skip to content

Commit b6b1d89

Browse files
committed
Revert "build: re-introduce --use-largepages as no-op"
This reverts commit 5fcf542. PR-URL: #31782 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent c87baba commit b6b1d89

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)