fix(cargo.toml): build settings that don't deadlock
This commit is contained in:
@@ -40,16 +40,17 @@ auto_link_exclude_list = [
|
|||||||
[profile.dev.package."*"]
|
[profile.dev.package."*"]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
debug = true
|
debug = true
|
||||||
strip = "none"
|
strip = false
|
||||||
debug-assertions = true
|
debug-assertions = true
|
||||||
overflow-checks = true
|
overflow-checks = true
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
debug = "line-tables-only"
|
debug = "line-tables-only"
|
||||||
strip = "none"
|
strip = true
|
||||||
debug-assertions = true
|
debug-assertions = true
|
||||||
overflow-checks = false
|
overflow-checks = false
|
||||||
|
lto = "thin"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# small utility thingys
|
# small utility thingys
|
||||||
|
|||||||
Reference in New Issue
Block a user