Files
mines/rin/miner/cpuminer/build-avx2.sh
Dobromir Popov 300e18cafc added miner repo
2025-09-04 21:49:46 +03:00

10 lines
182 B
Bash

#!/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)