Skip to content

Commit 5d09c15

Browse files
devnexentargos
authored andcommitted
build: update of the large page option error
Now large pages is also supported by FreeBSD. PR-URL: #28729 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 7989d5c commit 5d09c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
action='store_true',
401401
dest='node_use_large_pages',
402402
help='build with Large Pages support. This feature is supported only on Linux kernel' +
403-
'>= 2.6.38 with Transparent Huge pages enabled')
403+
'>= 2.6.38 with Transparent Huge pages enabled and FreeBSD')
404404

405405
intl_optgroup.add_option('--with-intl',
406406
action='store',

0 commit comments

Comments
 (0)