diff options
author | David Carlier <devnexen@gmail.com> | 2019-07-17 09:11:46 +0000 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-07-19 11:44:05 -0700 |
commit | 15d44bf6f0cf0cd390009c7c547a5113c7bcb7d0 (patch) | |
tree | 091d3cf89e826d311c8bf07b84f7f5a34fc6f641 /configure.py | |
parent | 19b21987d22bf0875cd6d7e6690e497d1fa6295c (diff) | |
download | node-new-15d44bf6f0cf0cd390009c7c547a5113c7bcb7d0.tar.gz |
build: update of the large page option error
Now large pages is also supported by FreeBSD.
PR-URL: https://github.com/nodejs/node/pull/28729
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 44d2eb2539..a791efebbc 100755 --- a/configure.py +++ b/configure.py @@ -400,7 +400,7 @@ parser.add_option('--use-largepages', action='store_true', dest='node_use_large_pages', help='build with Large Pages support. This feature is supported only on Linux kernel' + - '>= 2.6.38 with Transparent Huge pages enabled') + '>= 2.6.38 with Transparent Huge pages enabled and FreeBSD') intl_optgroup.add_option('--with-intl', action='store', |