This commit is contained in:
2026-02-04 18:16:46 +02:00
parent 3200c6398a
commit f2cc5cab23
4 changed files with 82 additions and 1 deletions
+4
View File
@@ -19,10 +19,14 @@ debug = "line-tables-only"
[profile.dev.package."*"]
opt-level = 3
debug = false
[profile.dev.build-override]
opt-level = 3
[profile.debugging]
inherits = "dev"
opt-level = 0
debug = true
lto = false
[target.x86_64-unknown-linux-gnu]