Skip to content

Commit 7affd32

Browse files
Merge pull request #50 from psychocoderHPC/fix-clang18Issues
fix clang cuda issues
2 parents 345628a + d0508c9 commit 7affd32

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ if(CUDA_MEMTEST_BACKEND STREQUAL "cuda")
142142

143143
if(NOT CUDA_MEMTEST_RELEASE)
144144
set(CMAKE_BUILD_TYPE Debug)
145-
target_compile_options(cuda_memtest PRIVATE $<$<COMPILE_LANGUAGE:CUDA>:-Xcompiler=-g>)
146145
endif()
147146
else()
148147
target_link_libraries(cuda_memtest PRIVATE hip::host)

0 commit comments

Comments
 (0)