Files
cpuminer-opt-gpu/build-avx2.sh
Jay D Dee dd99580a4c v25.3
2025-01-16 12:31:53 -05:00

10 lines
182 B
Bash
Executable File

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