added fsanitize params

This commit is contained in:
JOLIMAITRE Matthieu 2022-10-17 23:05:13 +02:00
parent c71feec15f
commit 6a242e1e84
4 changed files with 13 additions and 3 deletions

View file

@ -89,6 +89,8 @@ fn compilation_args() -> Vec<String> {
"-Wall".to_string(),
"-Wextra".to_string(),
"-std=c99".to_string(),
"-g".to_string(),
"-fsanitize=address".to_string(),
// "-pedantic".to_string(),
];
if Config::get_local_or_default().strict_mode() {