Files
cpuminer-opt-gpu/build.sh
Jay D Dee 1ed18bf22e v25.2
2025-01-12 18:58:21 -05:00

10 lines
180 B
Bash
Executable File

#!/bin/sh
make distclean || echo clean
rm -f config.status
./autogen.sh || echo done
CFLAGS="-O3 -march=native -Wall" ./configure --with-curl
make -j $(nproc)
#strip -s cpuminer