Skip to content

Commit

Permalink
build: re-introduce --use-largepages as no-op
Browse files Browse the repository at this point in the history
Re-introduce the build-time option as a no-op in order to retain
backward compatibility for LTS purposes.

Re: nodejs#31063 (review)
  • Loading branch information
Gabriel Schulhof committed Dec 24, 2019
1 parent 8952105 commit 68880f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions configure.py
Expand Up @@ -404,6 +404,16 @@
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 68880f4

Please sign in to comment.