Skip to content

Commit

Permalink
fix: use opencl
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo committed Mar 9, 2023
1 parent 7f4cdc9 commit 4fde987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/scripts/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ main() {

# generate filcrypto.h
RUSTFLAGS="${__rust_flags}" HEADER_DIR="." \
cargo test --locked build_headers --features c-headers
cargo test --no-default-features --features multicore-sdr,opencl --locked build_headers --features c-headers

# generate pkg-config
#
Expand Down

0 comments on commit 4fde987

Please sign in to comment.