We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbd2d2 commit 5fcf542Copy full SHA for 5fcf542
configure.py
@@ -398,6 +398,16 @@
398
dest='with_etw',
399
help='build with ETW (default is true on Windows)')
400
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
408
+ dest='node_use_large_pages_script_lld',
409
410
411
intl_optgroup.add_option('--with-intl',
412
action='store',
413
dest='with_intl',
0 commit comments