mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-07-22 12:05:41 +00:00
Switch target to 64bit and enable the zbb feature (#120)
This commit is contained in:
@@ -13,15 +13,6 @@ description = "Shared front end code of the revive PolkaVM compilers"
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
[features]
|
||||
riscv-zbb = []
|
||||
riscv-64 = [
|
||||
"revive-linker/riscv-64",
|
||||
"revive-builtins/riscv-64",
|
||||
"revive-runtime-api/riscv-64",
|
||||
"revive-common/riscv-64",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
semver = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user