Skip to content

Commit cef9fc0

Browse files
committed
Remove hard restriction on debug info options
Signed-off-by: Julian Oppermann <[email protected]>
1 parent 77b8dcd commit cef9fc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl-jit/jit-compiler/lib/rtc/DeviceCompilation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,6 @@ jit_compiler::parseUserArgs(View<const char *> UserArgs) {
751751
Arg *UnsupportedArg =
752752
AL.getLastArg(OPT_Action_Group, // Actions like -c or -S
753753
OPT_Link_Group, // Linker flags
754-
OPT_DebugInfo_Group, // Debugging
755754
OPT_o, // Output file
756755
OPT_fsycl_targets_EQ, // AoT compilation
757756
OPT_fsycl_link_EQ, // SYCL linker

0 commit comments

Comments
 (0)