ParseFlags.completeFlags

Easy to use method that has the complete flags ready to use with a GCC complient compiler.

This method assumes that -isystem is how to add system flags.

struct ParseFlags
@safe pure nothrow const
string[]
completeFlags
()

Return Value

Type: string[]

flags with the system flags appended.

Meta