Your Name 7 years ago
parent
commit
ec58aca340
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup_amd.sh

+ 1 - 1
setup_amd.sh

@@ -156,7 +156,7 @@ git submodule update --init --recursive
 mkdir build |true
 cd build
 cmake .. -DETHASHCUDA=OFF -DETHASHCL=ON
-make -j $(nproc)
+make
 cd ~
 ln -s cpp_ethminer/build/ethminer/ethminer ethminer | true
 fi