mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-09 06:18:07 +00:00
2479ffaaa2
change default launch config to -l 32x16 to handle the 750 Ti better not definitive, doing tests..
8 lines
323 B
Bash
Executable File
8 lines
323 B
Bash
Executable File
# To change the cuda arch, edit Makefile.am and run ./build.sh
|
|
|
|
extracflags="-march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16"
|
|
|
|
CUDA_CFLAGS="-O3 -lineno -Xcompiler -Wall -D_FORCE_INLINES" \
|
|
./configure CXXFLAGS="-O3 $extracflags" --with-cuda=/usr/local/cuda --with-nvml=libnvidia-ml.so
|
|
|