We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d02e2 commit 6d43299Copy full SHA for 6d43299
configure.py
@@ -1060,13 +1060,6 @@ def configure_node(o):
1060
else:
1061
o['variables']['node_use_dtrace'] = 'false'
1062
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
-
1070
if options.no_ifaddrs:
1071
o['defines'] += ['SUNOS_NO_IFADDRS']
1072
0 commit comments