Files
cpuminer-opt-gpu/build-msys2.sh
Jay D Dee 4f930574cc v24.1
2024-04-16 21:31:35 -04:00

11 lines
248 B
Bash
Executable File

#!/bin/bash
#
# Compile on Windows using MSYS2 and MinGW.
make distclean || echo clean
rm -f config.status
./autogen.sh || echo done
CFLAGS="-O3 -march=native -Wall -D_WIN32_WINNT=0x0601" ./configure --with-curl
make -j $(nproc)
strip -s cpuminer