Commit 17b979a
committed
compile backtrace-related deps with
Locally, this shrinks a stripped helloworld by 8k (~2%),
which isn't huge but it's something.
I also tried `opt-level=z` but it produces the same result.
`opt-level=s` is preferrable in that case since it inhibits fewer
optimizations.opt-level=s
1 parent 3cbb932 commit 17b979a
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
108 | 118 | | |
109 | 119 | | |
110 | 120 | | |
| |||
0 commit comments