Skip to content

Commit

Permalink
Revert "build: re-introduce --use-largepages as no-op"
Browse files Browse the repository at this point in the history
This reverts commit 5fcf542.

PR-URL: #31782
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
MylesBorins authored and addaleax committed Feb 14, 2020
1 parent a53eeca commit 7a1b0ac
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions configure.py
Expand Up @@ -398,16 +398,6 @@
dest='with_etw',
help='build with ETW (default is true on Windows)')

parser.add_option('--use-largepages',
action='store_true',
dest='node_use_large_pages',
help='This option has no effect. --use-largepages is now a runtime option.')

parser.add_option('--use-largepages-script-lld',
action='store_true',
dest='node_use_large_pages_script_lld',
help='This option has no effect. --use-largepages is now a runtime option.')

intl_optgroup.add_option('--with-intl',
action='store',
dest='with_intl',
Expand Down

0 comments on commit 7a1b0ac

Please sign in to comment.