Votre Nom 3 years ago
parent
commit
905323e8d4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      build_gekko.sh

+ 3 - 3
build_gekko.sh

@@ -11,9 +11,9 @@ cd ..
 fi
 cd cgminer-gekko
 autoreconf -fi
-CFLAGS="-W -Wall -static -fcommon" ./configure --host=i686-w64-mingw32.static --disable-shared --enable-static --enable-gekko
+CFLAGS="-O2 -msse2 -static -fcommon" ./configure --host=i686-w64-mingw32.static --disable-shared --enable-static --enable-gekko
 #--enable-bflsc  --enable-bitforce --enable-bitfury --enable-cointerra --enable-drillbit --enable-hashfast --enable-hashratio --enable-icarus  --enable-klondike  --enable-modminer
-make
+make -j4
 strip cgminer.exe
 upx cgminer.exe
 mkdir /tmp/cgminer-gekko
@@ -32,7 +32,7 @@ cp cgminer-gekko-$version.7z /home/$USER/Bureau
 cd ~
 cd cgminer-gekko
 CFLAGS="-O2 -msse2" ./configure --host=i686-w64-mingw32.static --disable-shared --enable-gekko  --enable-bflsc --enable-bitforce --enable-bitfury --enable-cointerra --enable-drillbit --enable-hashfast --enable-hashratio --enable-icarus  --enable-klondike  --enable-modminer
-make
+make -j4
 strip cgminer.exe
 upx cgminer.exe
 rm -r /tmp/cgminer-gekko