Skip to content

Commit

Permalink
Fix typo in cmake args
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Jul 10, 2024
1 parent 54df04b commit 48331ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"asan": {
"cmake_args": [
"-DENABLE_SANITIZERS=ON",
"-DSANTIIZERS=address,undefined"
"-DSANITIZERS=address,undefined"
]
},
"build_gg_samples_only": {
Expand Down

0 comments on commit 48331ee

Please sign in to comment.