From 15d44bf6f0cf0cd390009c7c547a5113c7bcb7d0 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Wed, 17 Jul 2019 09:11:46 +0000 Subject: 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 Reviewed-By: Rich Trott --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.py') diff --git a/configure.py b/configure.py index 44d2eb2539..a791efebbc 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', -- cgit v1.2.3