summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2020-02-13 15:27:13 -0800
committerAnna Henningsen <anna@addaleax.net>2020-02-14 17:19:47 +0100
commit7a1b0ac06fa06c74ca20972e21c315b58e34d618 (patch)
tree589fcc72043ab500157a6a4a629a029ccf227e07
parenta53eeca2a9c7cb009f9ea3524250064db20c31c9 (diff)
downloadnode-new-7a1b0ac06fa06c74ca20972e21c315b58e34d618.tar.gz
Revert "build: re-introduce --use-largepages as no-op"
This reverts commit 5fcf542faa08e6f59428d60dbd385595597bcda8. PR-URL: https://github.com/nodejs/node/pull/31782 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
-rwxr-xr-xconfigure.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.py b/configure.py
index 6a01fa4637..210bd8ec27 100755
--- a/configure.py
+++ b/configure.py
@@ -398,16 +398,6 @@ parser.add_option('--with-etw',
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',