solana-with-rpc-optimizations/cargo-build-bpf

6 lines
149 B
Bash
Executable File

#!/usr/bin/env bash
here=$(dirname "$0")
set -x
exec cargo run --manifest-path $here/sdk/cargo-build-bpf/Cargo.toml -- --bpf-sdk $here/sdk/bpf "$@"