File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[workspace ]
2
+ resolver = " 2"
2
3
members = [
3
4
#
4
5
# Rust Tutorial
@@ -26,7 +27,6 @@ exclude = [
26
27
]
27
28
28
29
29
-
30
30
# ###############################################################################
31
31
# release options:
32
32
#
@@ -41,11 +41,11 @@ exclude = [
41
41
panic = " abort"
42
42
43
43
[profile .release ]
44
- opt-level = " z" # Optimize for size.
45
- lto = true # Enable Link Time Optimization
46
- codegen-units = 1 # Reduce number of codegen units to increase optimizations.
47
- panic = " abort" # Abort on panic
48
- strip = true # Automatically strip symbols from the binary.
44
+ opt-level = " z" # Optimize for size.
45
+ lto = true # Enable Link Time Optimization
46
+ codegen-units = 1 # Reduce number of codegen units to increase optimizations.
47
+ panic = " abort" # Abort on panic
48
+ strip = true # Automatically strip symbols from the binary.
49
49
50
50
[profile .release .package .rs-cli ]
51
- strip = true # Automatically strip symbols from the binary.
51
+ strip = true # Automatically strip symbols from the binary.
You can’t perform that action at this time.
0 commit comments