Skip to content

Commit baf8730

Browse files
Gabriel SchulhofBridgeAR
Gabriel Schulhof
authored andcommitted
build: re-introduce --use-largepages as no-op
Re-introduce the build-time option as a no-op in order to retain backward compatibility for LTS purposes. Re: #31063 (review) PR_URL: #31075 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 0999d53 commit baf8730

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

configure.py

+10
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,16 @@
404404
dest='with_etw',
405405
help='build with ETW (default is true on Windows)')
406406

407+
parser.add_option('--use-largepages',
408+
action='store_true',
409+
dest='node_use_large_pages',
410+
help='This option has no effect. --use-largepages is now a runtime option.')
411+
412+
parser.add_option('--use-largepages-script-lld',
413+
action='store_true',
414+
dest='node_use_large_pages_script_lld',
415+
help='This option has no effect. --use-largepages is now a runtime option.')
416+
407417
intl_optgroup.add_option('--with-intl',
408418
action='store',
409419
dest='with_intl',

0 commit comments

Comments
 (0)