mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
Remove default value of RUSTFLAGS (#208)
This commit is contained in:
@@ -92,7 +92,7 @@ if [ -n "$CUDA" ]; then
|
||||
cd "$TEMP_DIR/risc0"
|
||||
|
||||
# Build with feature `cuda`
|
||||
RUSTFLAGS="-C target-cpu=native" cargo build --release --features cuda --bin r0vm
|
||||
cargo build --release --features cuda --bin r0vm
|
||||
# Copy the binary to the same directory with `cargo-risczero` and `r0vm`
|
||||
cp ./target/release/r0vm "$RISC0_BIN_DIR/r0vm-cuda"
|
||||
# Create symbolic link as `cargo-risczero` and `r0vm`
|
||||
|
||||
Reference in New Issue
Block a user