Files
cpuminer-opt-gpu/build-msys2.sh
Jay D Dee bc5a5c6df8 v3.23.3
2023-09-28 18:43:18 -04:00

11 lines
241 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 4
strip -s cpuminer