| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8486399 commit 332b343
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -398,6 +398,16 @@ | |||
| 398 | 398 | dest='with_etw', | |
| 399 | 399 | help='build with ETW (default is true on Windows)') | |
| 400 | 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 | + 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 | + | ||
| 401 | 411 | intl_optgroup.add_option('--with-intl', | |
| 402 | 412 | action='store', | |
| 403 | 413 | dest='with_intl', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments