X Tutup
The Wayback Machine - https://web.archive.org/web/20211129101609/https://github.com/nodejs/node/commit/2b3acc44f0
Skip to content
Permalink
Browse files
src: large pages support in illumos/solaris systems
    Making sure using apis supported by both.

    PR-URL: #34320
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
  • Loading branch information
devnexen committed Oct 19, 2020
1 parent b18651b commit 2b3acc44f0a78c97774f611d165fe876d7634f39
Showing with 2 additions and 2 deletions.
  1. +2 −2 node.gyp
@@ -352,7 +352,7 @@
'target_name': 'node_text_start',
'type': 'none',
'conditions': [
[ 'OS in "linux freebsd" and '
[ 'OS in "linux freebsd solaris" and '
'target_arch=="x64"', {
'type': 'static_library',
'sources': [
@@ -964,7 +964,7 @@
'src/node_crypto.h'
],
}],
[ 'OS in "linux freebsd mac" and '
[ 'OS in "linux freebsd mac solaris" and '
'target_arch=="x64" and '
'node_target_type=="executable"', {
'defines': [ 'NODE_ENABLE_LARGE_CODE_PAGES=1' ],

0 comments on commit 2b3acc4

Please sign in to comment.
X Tutup