Browse Source

fix config

John 10 years ago
parent
commit
2fb003537d
1 changed files with 2 additions and 7 deletions
  1. 2 7
      make-release

+ 2 - 7
make-release

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