Skip to content

Commit cdacb8a

Browse files
authored
Merge pull request #194 from pszymich/dwarf_option_removal
Removed -dwarf-column-info flag
2 parents 7726d37 + beccd69 commit cdacb8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

options_compile.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ std::string EffectiveOptionsFilter::processOptions(const OpenCLArgList &args,
178178
effectiveArgs.push_back("-cl-kernel-arg-info");
179179
effectiveArgs.push_back("-fno-validate-pch");
180180
effectiveArgs.push_back("-fno-caret-diagnostics");
181-
effectiveArgs.push_back("-dwarf-column-info");
182181

183182
if (std::find_if(effectiveArgs.begin(), effectiveArgs.end(),
184183
[](const ArgsVector::value_type& a) {

0 commit comments

Comments
 (0)