improved checks

This commit is contained in:
mb 2022-10-06 18:10:07 +02:00
parent 2f71ed5e03
commit 17636fca11
5 changed files with 57 additions and 20 deletions

View file

@ -84,6 +84,7 @@ fn append_includes(list: &mut Vec<String>) {
fn compilation_args() -> Vec<String> {
let mut args = vec![
"-Wall".to_string(),
"-fsanitize=address".to_string(),
"-Wextra".to_string(),
"-std=c99".to_string(),
];