We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b8dcd commit cef9fc0Copy full SHA for cef9fc0
sycl-jit/jit-compiler/lib/rtc/DeviceCompilation.cpp
@@ -751,7 +751,6 @@ jit_compiler::parseUserArgs(View<const char *> UserArgs) {
751
Arg *UnsupportedArg =
752
AL.getLastArg(OPT_Action_Group, // Actions like -c or -S
753
OPT_Link_Group, // Linker flags
754
- OPT_DebugInfo_Group, // Debugging
755
OPT_o, // Output file
756
OPT_fsycl_targets_EQ, // AoT compilation
757
OPT_fsycl_link_EQ, // SYCL linker
0 commit comments