parseFlag

Filter and normalize the compiler flags.

- Sanitize the compiler command by removing flags matching the filter. - Remove excess white space. - Convert all filenames to absolute path.

@safe @safe
parseFlag
(,,
const Compiler user_compiler = Compiler.init
)

Meta