Build debug without debug-info

This commit is contained in:
topjohnwu
2025-10-02 23:39:09 -07:00
committed by John Wu
parent c3db2e368d
commit bcc6296d94

View File

@@ -55,6 +55,7 @@ lz4-sys = { path = "external/lz4-sys" }
opt-level = "z"
lto = "thin"
panic = "abort"
debug = "none"
[profile.release]
opt-level = "z"