File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libsyclinterface/cmake/modules Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ function(build_dpctl_ext _trgt _src _dest)
162
162
add_dependencies (${_trgt} _build_time_create_dpctl_include_copy ${_cythonize_trgt} )
163
163
if (DPCTL_GENERATE_COVERAGE )
164
164
target_compile_definitions (${_trgt} PRIVATE CYTHON_TRACE=1 CYTHON_TRACE_NOGIL=1 )
165
- target_compile_options (${_trgt} PRIVATE -fno-sycl-use-footer )
165
+ # target_compile_options(${_trgt} PRIVATE -fno-sycl-use-footer)
166
166
endif ()
167
167
target_link_libraries (${_trgt} PRIVATE DPCTLSyclInterface )
168
168
set (_linker_options "LINKER:${DPCTL_LDFLAGS} " )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function(setup_coverage_generation)
25
25
string (CONCAT PROFILE_FLAGS
26
26
"-fprofile-instr-generate "
27
27
"-fcoverage-mapping "
28
- "-fno-sycl-use-footer "
28
+ # "-fno-sycl-use-footer "
29
29
# "-save-temps=obj "
30
30
)
31
31
You can’t perform that action at this time.
0 commit comments