|
@@ -91,9 +91,14 @@ for build in "${builds[@]}"; do
|
|
|
--prefix='C:\\Program Files\\BFGMiner\\' \
|
|
--prefix='C:\\Program Files\\BFGMiner\\' \
|
|
|
CFLAGS="${CFLAGS} -Wall" \
|
|
CFLAGS="${CFLAGS} -Wall" \
|
|
|
--disable-cpumining \
|
|
--disable-cpumining \
|
|
|
|
|
+ --enable-opencl \
|
|
|
|
|
+ --enable-adl \
|
|
|
|
|
+ --enable-bitforce \
|
|
|
|
|
+ --enable-icarus \
|
|
|
|
|
+ --enable-modminer \
|
|
|
|
|
+ --enable-ztex \
|
|
|
|
|
+ --enable-keccak \
|
|
|
--enable-scrypt \
|
|
--enable-scrypt \
|
|
|
- —-enable-futurebit \
|
|
|
|
|
- —-disable-other-drivers \
|
|
|
|
|
--without-system-libbase58 \
|
|
--without-system-libbase58 \
|
|
|
--host="$machine"
|
|
--host="$machine"
|
|
|
make $MAKEOPTS
|
|
make $MAKEOPTS
|