Skip to content

Commit 0190a62

Browse files
Gabriel Schulhoftargos
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. Backport-PR-URL: #32092 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 6dcb868 commit 0190a62

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

configure.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,16 @@
424424
dest='with_etw',
425425
help='build with ETW (default is true on Windows)')
426426

427+
parser.add_option('--use-largepages',
428+
action='store_true',
429+
dest='node_use_large_pages',
430+
help='This option has no effect. --use-largepages is now a runtime option.')
431+
432+
parser.add_option('--use-largepages-script-lld',
433+
action='store_true',
434+
dest='node_use_large_pages_script_lld',
435+
help='This option has no effect. --use-largepages is now a runtime option.')
436+
427437
intl_optgroup.add_option('--with-intl',
428438
action='store',
429439
dest='with_intl',

0 commit comments

Comments
 (0)