File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,10 @@ which optimizes the binary for **speed**. To instruct Cargo to optimize for mini
65
65
opt-level = " z" # Optimize for size.
66
66
```
67
67
68
- Note that in some cases the ` "s" ` level may result in a smaller binary than ` "z" ` , as explained in
69
- the
70
- [ ` opt-level ` documentation] ( https://doc.rust-lang.org/cargo/reference/profiles.html#opt-level ) :
71
-
72
- > [ !TIP]
68
+ > [ !NOTE]
69
+ > In some cases the ` "s" ` level may result in a smaller binary than ` "z" ` , as explained in the
70
+ > [ ` opt-level ` documentation] ( https://doc.rust-lang.org/cargo/reference/profiles.html#opt-level ) :
71
+ >
73
72
> It is recommended to experiment with different levels to find the right balance for your project.
74
73
> There may be surprising results, such as ... the ` "s" ` and ` "z" ` levels not being necessarily
75
74
> smaller.
You can’t perform that action at this time.
0 commit comments