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>
This commit is contained in:
parent
19b21987d2
commit
15d44bf6f0
@ -400,7 +400,7 @@ parser.add_option('--use-largepages',
|
|||||||
action='store_true',
|
action='store_true',
|
||||||
dest='node_use_large_pages',
|
dest='node_use_large_pages',
|
||||||
help='build with Large Pages support. This feature is supported only on Linux kernel' +
|
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',
|
intl_optgroup.add_option('--with-intl',
|
||||||
action='store',
|
action='store',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user