build: add symbols

This commit is contained in:
2023-08-15 19:03:38 +02:00
committed by GitHub
parent 4c4da71f6a
commit e3d13df76a

View File

@@ -6,6 +6,10 @@ build = "res/build.rs"
[profile.release] [profile.release]
opt-level = "s" opt-level = "s"
# Symbols are a nice thing
debug = true
panic = "abort" panic = "abort"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html