Skip to content

Commit

Permalink
Fix builder.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Apr 1, 2024
1 parent 1395a76 commit 1ca715c
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,16 @@
]
},
"tsan": {
"compilers": {
"clang": {
"cmake_args": [
"-DENABLE_SANITIZERS=ON",
"-DSANTIZERS=thread"
]
}
}
"cmake_args": [
"-DENABLE_SANITIZERS=ON",
"-DSANITIZERS=thread"
]
},
"asan": {
"compilers": {
"clang": {
"cmake_args": [
"-DENABLE_SANITIZERS=ON",
"-DSANTIZERS=address,undefined"
]
}
}
"cmake_args": [
"-DENABLE_SANITIZERS=ON",
"-DSANTIIZERS=address,undefined"
]
}
}
}

0 comments on commit 1ca715c

Please sign in to comment.