Strip debuginfo in release builds
This commit is contained in:
parent
774ffd95cf
commit
060a19d198
2 changed files with 4 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -181,7 +181,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "keylightd"
|
name = "keylightd"
|
||||||
version = "0.1.0"
|
version = "1.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"argh",
|
"argh",
|
||||||
|
|
|
@ -19,3 +19,6 @@ env_logger = { version = "0.10.0", default-features = false, features = [
|
||||||
"humantime",
|
"humantime",
|
||||||
] }
|
] }
|
||||||
argh = "0.1.10"
|
argh = "0.1.10"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
strip = "debuginfo"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue