Closed Minecon724 closed 2 years ago
opencl is required even when not using the features gpu argument
heres the error: https://pastebin.com/d8iN1bVc
@Minecon724 Currently it is set to default compiling using gpu. So to deactivate you need to
Cargo.toml
default = ["gpu"]
cargo build --release
target/release/nano-vanity
opencl is required even when not using the features gpu argument
heres the error: https://pastebin.com/d8iN1bVc