|
|
|
|
|
by embedding-shape
213 days ago
|
|
Is that with any other size optimizations? I think by default, most of them (like codegen-units=1, remove panic handling, etc) are tuned for performance, not binary size, so might want to look into if the results are different if you change them. |
|