Skip to content

Commit b532911

Browse files
committed
Use -flto=thin instead of -flto=full for musl
1 parent a8c96c8 commit b532911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
os: linux-arm64-gh
295295
package_json_arch: "arm64"
296296
CMAKE_BUILD_TYPE: "Debug"
297-
- lto_flag: "-flto=full -fwhole-program-vtables -fforce-emit-vtables"
297+
- lto_flag: "-flto=thin -fwhole-program-vtables -fforce-emit-vtables"
298298
label: bun-webkit-linux-arm64-musl-lto
299299
os: linux-arm64-gh
300300
package_json_arch: "arm64"
@@ -304,7 +304,7 @@ jobs:
304304
os: linux-arm64-gh
305305
package_json_arch: "arm64"
306306
CMAKE_BUILD_TYPE: "MinSizeRel"
307-
- lto_flag: "-flto=full -fwhole-program-vtables -fforce-emit-vtables"
307+
- lto_flag: "-flto=thin -fwhole-program-vtables -fforce-emit-vtables"
308308
label: bun-webkit-linux-amd64-musl-lto
309309
os: linux-x64-gh
310310
package_json_arch: "x64"

0 commit comments

Comments
 (0)