make release bin smaller (#127)
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -7,9 +7,7 @@ default-members = ["easytier"]
|
||||
panic = "unwind"
|
||||
|
||||
[profile.release]
|
||||
panic = "unwind"
|
||||
# panic = "abort"
|
||||
# lto = true
|
||||
# codegen-units = 1
|
||||
# strip = true
|
||||
# opt-level = "z"
|
||||
panic = "abort"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
strip = true
|
||||
|
||||
Reference in New Issue
Block a user