Browse Source

README.ASIC: KnCMiner: Suggest --disable-other-drivers and remove no-optimisation CFLAGS

Luke Dashjr 11 years ago
parent
commit
c5a37094b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.ASIC

+ 1 - 1
README.ASIC

@@ -163,7 +163,7 @@ git clone git://github.com/luke-jr/bfgminer
 cd bfgminer
 ./autogen.sh
 git clone git://github.com/troydhanson/uthash
-./configure --host=arm-angstrom-linux-gnueabi --enable-knc CFLAGS="-I$PWD/uthash/src -O0 -ggdb"
+./configure --host=arm-angstrom-linux-gnueabi --enable-knc --disable-other-drivers CFLAGS="-I$PWD/uthash/src"
 make AR=arm-angstrom-linux-gnueabi-ar
 
 /etc/init.d/cgminer.sh stop