Support setting custom ABI list

Also stop building riscv64 by default
This commit is contained in:
topjohnwu
2024-08-01 14:33:08 -07:00
parent 9093be1329
commit 1539cfe888
7 changed files with 71 additions and 41 deletions

View File

@@ -63,6 +63,6 @@ panic = "abort"
[profile.release]
opt-level = "z"
lto = true
lto = "fat"
codegen-units = 1
panic = "abort"