Skip to content

Commit 45784cd

Browse files
[SYCL] Avoid unconditional debug info generation for libsycl_profiler_collector.so (#6001)
That was probably an accidental commit from the workspace as nothing in the tests fails without it.
1 parent 7ae8fd3 commit 45784cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/tools/sycl-prof/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ target_include_directories(sycl_profiler_collector PRIVATE
2323
"${sycl_src_dir}"
2424
)
2525

26-
target_compile_options(sycl_profiler_collector PRIVATE -g)
27-
2826
add_dependencies(sycl-prof sycl_profiler_collector)
2927
add_dependencies(sycl-toolchain sycl-prof)
3028

0 commit comments

Comments
 (0)