added fsanitize params
This commit is contained in:
parent
c71feec15f
commit
6a242e1e84
4 changed files with 13 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue