Skip to content

Commit 5fcf542

Browse files
Gabriel SchulhofMylesBorins
Gabriel Schulhof
authored andcommittedJan 8, 2020
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 <[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 fcbd2d2 commit 5fcf542

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
@@ -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)