No debug symbols in Rust

This commit is contained in:
Alexey Milovidov 2024-01-28 15:10:57 +01:00
parent 29d54dab55
commit 27cd218483
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ serde_json = "1.0"
crate-type = ["staticlib"]
[profile.release]
debug = true
debug = false
[profile.release-thinlto]
inherits = "release"

View File

@ -17,7 +17,7 @@ cxx-build = "1.0.83"
crate-type = ["staticlib"]
[profile.release]
debug = true
debug = false
[profile.release-thinlto]
inherits = "release"