Skip to content

Commit 3647aff

Browse files
committed
v21.6.0
1 parent f3b7a6a commit 3647aff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu
44

5-
node_ver=v21.5.0
5+
node_ver=v21.6.0
66

77
apk add \
88
clang \

node-clang-lto.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ index c51dbca5..1ebcc2c4 100644
1616
['enable_lto=="true"', {
1717
'cflags': ['<(lto)'],
1818
- 'ldflags': ['<(lto)'],
19-
+ 'ldflags': ['<(lto)', '-fuse-ld=lld', '-Wl,--strip-all,--thinlto-cache-dir=/tmp'],
19+
+ 'ldflags': ['<(lto)', '-fuse-ld=lld', '-latomic', '-Wl,--strip-all,--thinlto-cache-dir=/tmp'],
2020
'xcode_settings': {
2121
'LLVM_LTO': 'YES',
2222
},

0 commit comments

Comments
 (0)