mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
build: compile bundled simdutf conditionally
The --shared-simdutf flag was introduced in #52924, but the implementation was incomplete. Resolves #52914 PR-URL: https://github.com/nodejs/node/pull/55886 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
This commit is contained in:
parent
dd15563a47
commit
64c647e342
2 changed files with 7 additions and 6 deletions
|
@ -220,6 +220,10 @@
|
|||
'dependencies': [ 'deps/simdjson/simdjson.gyp:simdjson' ],
|
||||
}],
|
||||
|
||||
[ 'node_shared_simdutf=="false"', {
|
||||
'dependencies': [ 'deps/simdutf/simdutf.gyp:simdutf' ],
|
||||
}],
|
||||
|
||||
[ 'node_shared_brotli=="false"', {
|
||||
'dependencies': [ 'deps/brotli/brotli.gyp:brotli' ],
|
||||
}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue