amdgpud/.cargo/config
2021-07-30 12:50:59 +02:00

8 lines
109 B
Plaintext

[build]
target = "x86_64-unknown-linux-musl"
[profile.release]
lto = true
panic = "abort"
codegen-units = 1