Skip to content

Commit 81c9a8b

Browse files
Merge pull request #1572 from IntelPython/restore-no-sycl-footer-option-for-libsyclinterface
Restore using -fno-sycl-footer option for coverage collection
2 parents d2d06fd + 7043275 commit 81c9a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsyclinterface/cmake/modules/SetupCoverage.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function(setup_coverage_generation)
2525
string(CONCAT PROFILE_FLAGS
2626
"-fprofile-instr-generate "
2727
"-fcoverage-mapping "
28-
# "-fno-sycl-use-footer "
28+
"-fno-sycl-use-footer "
2929
# "-save-temps=obj "
3030
)
3131

0 commit comments

Comments
 (0)