Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2019-07-17 12:11:46 +0300
committerRich Trott <rtrott@gmail.com>2019-07-19 21:44:05 +0300
commit15d44bf6f0cf0cd390009c7c547a5113c7bcb7d0 (patch)
tree091d3cf89e826d311c8bf07b84f7f5a34fc6f641 /configure.py
parent19b21987d22bf0875cd6d7e6690e497d1fa6295c (diff)
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-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 44d2eb25390..a791efebbca 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',