cbuchner1 / CudaMiner

a CUDA accelerated litecoin mining application based on pooler's CPU miner
Other
687 stars 304 forks source link

Include CUDA_CFLAGS to include cuda include dir in nvcc #137

Open Grinnz opened 10 years ago

Grinnz commented 10 years ago

This change allows cudaminer to compile on my system as detailed here: https://github.com/cbuchner1/CudaMiner/issues/136

oleid commented 10 years ago

Also, don't use CFLAGS for nvcc - build breaks when passing e.g. -march=native to configure.