J.A.R.V.I.S-py/app/.cargo/config.toml

16 lines
196 B
TOML
Raw Normal View History

2025-12-12 01:36:39 +05:00
# Cargo configuration file
[build]
jobs = 4
rustflags = [
# "-Ctarget-feature=+fp16,+fhm"
]
[profile.dev]
opt-level = 0
debug = true
[profile.release]
opt-level = 3
debug = false
lto = true