File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments