Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit c29a7dc

Browse files
committedJun 4, 2018
CUDA: Remove nvcc flag -lineinfo
1 parent d9a43fa commit c29a7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libethash-cuda/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
find_package(CUDA REQUIRED)
22

3-
set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS};--ptxas-options=-v;-use_fast_math;-lineinfo)
3+
set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS};--ptxas-options=-v;-use_fast_math)
44

55
if (NOT MSVC)
66
list(APPEND CUDA_NVCC_FLAGS "--disable-warnings")

0 commit comments

Comments
 (0)
This repository has been archived.