Commit ff17780
committed
rust: use optimization level
In Nick's experience:
> z has created larger images than s due to LLVM aggressively
> emitting libcalls, regardless of the cost of call setup.
> See also commit a75bb4e ("Revert "kbuild: use -Oz
> instead of -Os when using clang").
This also aligns it to the C side.
Suggested-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>s when building for size1 parent 1cbd8a2 commit ff17780
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
812 | | - | |
| 812 | + | |
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
| |||
0 commit comments