mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
@@ -1293,6 +1293,9 @@ export class BaseCompiler {
|
||||
compilerOptions.splice(compilerOptions.indexOf('-o'), 2);
|
||||
}
|
||||
|
||||
// Avoid the warning/error "argument unused during compilation: '-S'"
|
||||
compilerOptions = compilerOptions.filter(option => option !== '-S');
|
||||
|
||||
const ppOptions = _.extend(
|
||||
{
|
||||
'filter-headers': false,
|
||||
|
||||
Reference in New Issue
Block a user