Skip to content

Commit

Permalink
fixup: also set flags for _objects
Browse files Browse the repository at this point in the history
  • Loading branch information
tcreech-intel committed Mar 6, 2025
1 parent 2ead979 commit bb5484c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sycl/source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ function(add_sycl_rt_library LIB_NAME LIB_OBJ_NAME)
target_compile_options(${LIB_NAME} PUBLIC
$<$<CONFIG:Debug,RelWithDebInfo>:-fno-omit-frame-pointer>
)
target_compile_options(${LIB_OBJ_NAME} PUBLIC
$<$<CONFIG:Debug,RelWithDebInfo>:-fno-omit-frame-pointer>
)
endif()

if (SYCL_ENABLE_COVERAGE)
Expand Down

0 comments on commit bb5484c

Please sign in to comment.