We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befff8f commit 3d50001Copy full SHA for 3d50001
configure.py
@@ -404,6 +404,16 @@
404
dest='with_etw',
405
help='build with ETW (default is true on Windows)')
406
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
414
+ dest='node_use_large_pages_script_lld',
415
416
417
intl_optgroup.add_option('--with-intl',
418
action='store',
419
dest='with_intl',
0 commit comments