Skip to content

Commit 6d43299

Browse files
MylesBorinsaddaleax
authored andcommitted
Revert "build: warn upon --use-largepages config option"
This reverts commit f5cd6d7. PR-URL: #31782 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 43d02e2 commit 6d43299

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

configure.py

-7
Original file line numberDiff line numberDiff line change
@@ -1060,13 +1060,6 @@ def configure_node(o):
10601060
else:
10611061
o['variables']['node_use_dtrace'] = 'false'
10621062

1063-
if options.node_use_large_pages or options.node_use_large_pages_script_lld:
1064-
warn('''The `--use-largepages` and `--use-largepages-script-lld` options
1065-
have no effect during build time. Support for mapping to large pages is
1066-
now a runtime option of Node.js. Run `node --use-largepages` or add
1067-
`--use-largepages` to the `NODE_OPTIONS` environment variable once
1068-
Node.js is built to enable mapping to large pages.''')
1069-
10701063
if options.no_ifaddrs:
10711064
o['defines'] += ['SUNOS_NO_IFADDRS']
10721065

0 commit comments

Comments
 (0)