search for: warnings_as_error

Displaying 1 result from an estimated 1 matches for "warnings_as_error".

Did you mean: warnings_as_errors
2011 Dec 21
0
[LLVMdev] A better CMake
...mpiler' = compiler { # Inherit from generic compiler prototype # Inputs param flags : list[string] # Compiler-specific flags param include_dirs : list[string] param sources : list[string] param outputs : list[string] param source_dir : string param warnings_as_errors : bool # Generic compiler flags param all_warnings : bool # " # Outputs compile => [ # '=>' means dynamic evaluation message.status("Compiling ${sources[0]}\n") command('clang', ['-c'] ++ (all_warning...