We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcb868 commit 0190a62Copy full SHA for 0190a62
configure.py
@@ -424,6 +424,16 @@
424
dest='with_etw',
425
help='build with ETW (default is true on Windows)')
426
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
434
+ dest='node_use_large_pages_script_lld',
435
436
437
intl_optgroup.add_option('--with-intl',
438
action='store',
439
dest='with_intl',
0 commit comments