Commit 5617293
Shrink C API release artifacts (bytecodealliance#11483)
This is needed to currently shrink our `*.a` artifacts under 100M in
size which is required downstream in the wasmtime-go embedding. Some
testing in bytecodealliance#11475 of using full LTO or only building Linux/macOS with 1
CGU shows that this'll likely increase cycle time by ~1 minute. Windows
builders are already the slowest release build builders and this is
adding 1 minute using 1 CGU vs 2-3 extra minutes for full LTO.
Linux/macOS are switched to using full LTO which the CI builders
currently have plenty of time for.
This shaves 50M off the C API artifacts for Linux which buys a good
amount of headroom for future changes.
Closes bytecodealliance#114761 parent 8cf271e commit 5617293
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
80 | 95 | | |
81 | 96 | | |
82 | 97 | | |
| |||
0 commit comments