Skip to content

Commit

Permalink
build: update of the large page option error
Browse files Browse the repository at this point in the history
Now large pages is also supported by FreeBSD.

PR-URL: nodejs#28729
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
  • Loading branch information
devnexen authored and Trott committed Jul 19, 2019
1 parent 19b2198 commit 15d44bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
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',
Expand Down

0 comments on commit 15d44bf

Please sign in to comment.