|
@@ -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
|
|
|
|
|
|
-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
|