Browse Source
Fix release profile
Signed-off-by: BlackDex <black.dex@gmail.com>
pull/6339/head
BlackDex
6 days ago
No known key found for this signature in database
GPG Key ID: 58C80A2AA6C765E1
1 changed files with
1 additions and
2 deletions
-
Cargo.toml
|
|
@ -213,7 +213,7 @@ reqsign = { version = "0.16.5", optional = true } |
|
|
|
strip = "debuginfo" |
|
|
|
lto = "fat" |
|
|
|
codegen-units = 1 |
|
|
|
debug = "line-tables-only" |
|
|
|
debug = false |
|
|
|
|
|
|
|
# Optimize for size |
|
|
|
[profile.release-micro] |
|
|
@ -221,7 +221,6 @@ inherits = "release" |
|
|
|
strip = "symbols" |
|
|
|
opt-level = "z" |
|
|
|
panic = "abort" |
|
|
|
debug = false |
|
|
|
|
|
|
|
# Profile for systems with low resources |
|
|
|
# It will use less resources during build |
|
|
|