File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function(TargetStripBuildDirectoryInformation)
32
32
OR
33
33
(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "3.8" )
34
34
)
35
- target_compile_options (${STRIP_BUILD_DIR_INFO_TARGET} PRIVATE "$<$<COMPILE_LANGUAGE:C,CXX>:-debug -prefix-map=${CMAKE_SOURCE_DIR} =.>" )
36
- target_compile_options (${STRIP_BUILD_DIR_INFO_TARGET} PRIVATE "$<$<COMPILE_LANGUAGE:CUDA>:SHELL:-Xcompiler -debug -prefix-map=${CMAKE_SOURCE_DIR} =.>" )
35
+ target_compile_options (${STRIP_BUILD_DIR_INFO_TARGET} PRIVATE "$<$<COMPILE_LANGUAGE:C,CXX>:-fdebug -prefix-map=${CMAKE_SOURCE_DIR} =.>" )
36
+ target_compile_options (${STRIP_BUILD_DIR_INFO_TARGET} PRIVATE "$<$<COMPILE_LANGUAGE:CUDA>:SHELL:-Xcompiler -fdebug -prefix-map=${CMAKE_SOURCE_DIR} =.>" )
37
37
endif ()
38
38
endfunction ()
You can’t perform that action at this time.
0 commit comments