removed pedantic flag
This commit is contained in:
parent
76752a25f4
commit
142a6d903b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ fn compilation_args() -> Vec<String> {
|
||||||
"-Wall".to_string(),
|
"-Wall".to_string(),
|
||||||
"-Wextra".to_string(),
|
"-Wextra".to_string(),
|
||||||
"-std=c99".to_string(),
|
"-std=c99".to_string(),
|
||||||
"-pedantic".to_string(),
|
// "-pedantic".to_string(),
|
||||||
];
|
];
|
||||||
if Config::get_local_or_default().strict_mode() {
|
if Config::get_local_or_default().strict_mode() {
|
||||||
args.push("-Werror".to_string());
|
args.push("-Werror".to_string());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue