Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
heartwood build config.toml
[target.x86_64-unknown-linux-musl]
rustflags = [
    "-C", "codegen-units=1",
    "-C", "incremental=false",
    "-C", "opt-level=3",
]

[target.aarch64-unknown-linux-musl]
rustflags = [
    "-C", "codegen-units=1",
    "-C", "incremental=false",
    "-C", "opt-level=3",
]