Files
imphnen-backend-service/.cargo/config.toml
T
2025-02-03 21:53:42 +07:00

10 lines
143 B
TOML

[env]
RUST_LOG="imphnen-cms-api=debug"
RUST_ENV="development"
[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"
opt-level = "z"