mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-13 17:27:08 +02:00
13 lines
303 B
Diff
13 lines
303 B
Diff
--- ./build/config/linux/BUILD.gn.orig
|
|
+++ ./build/config/linux/BUILD.gn
|
|
@@ -13,6 +13,9 @@
|
|
ldflags += [ "-Wl,--exclude-libs=libc++.a" ]
|
|
}
|
|
|
|
+ # use lld
|
|
+ ldflags += [ "-fuse-ld=lld" ]
|
|
+
|
|
# Explicitly use static linking for libstdc++ and libgcc to minimize
|
|
# dependencies.
|
|
ldflags += [
|