1
0
Fork 0
forked from wry/wry

build: enable full debuginfo for release builds

This commit is contained in:
Julian Orth 2024-09-15 14:25:23 +02:00
parent 45374c1bdb
commit 50186e764e

View file

@ -17,6 +17,7 @@ members = ["jay-config", "toml-config", "algorithms", "toml-spec"]
[profile.release]
panic = "abort"
debug = "full"
[profile.dev]
panic = "abort"