Skip to main content

parse_gnu_args

Function parse_gnu_args 

Source
pub fn parse_gnu_args(args: &[String], cwd: &Path) -> ParsedArgs
Expand description

Parse GNU/Clang-style compile arguments into structured form.

args should be the arguments after the compiler executable. Relative paths are resolved against cwd.