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: #28729
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
devnexen authored and targos committed Jul 20, 2019
1 parent 7989d5c commit 5d09c15
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 5d09c15

Please sign in to comment.