Add debug info to executable

This commit is contained in:
2023-03-03 16:51:30 +00:00
parent 55364779e0
commit b0edfec7f6
+4
View File
@@ -22,6 +22,10 @@ path = "src/ui.rs"
[profile.dev]
opt-level = 1
# Set the default for crate.
[profile.release]
debug = true
# Set the default for dependencies.
[profile.dev.package."*"]
opt-level = 3