Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5fcf542

Browse filesBrowse files
Gabriel SchulhofMylesBorins
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) Backport-PR-URL: #31063 PR_URL: #31075 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent fcbd2d2 commit 5fcf542
Copy full SHA for 5fcf542

File tree

Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Open diff view settings
Collapse file

‎configure.py‎

Copy file name to clipboardExpand all lines: configure.py
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,16 @@
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+
401411
intl_optgroup.add_option('--with-intl',
402412
action='store',
403413
dest='with_intl',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.