Skip to content

Commit

Permalink
Update cpp/CMakePresets.json
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
zanmato1984 and kou authored Jan 10, 2025
1 parent 424a9a2 commit 1b67c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,9 @@
{
"name": "fuzzing",
"inherits": [
"base",
"sanitizer-asan",
"sanitizer-ubsan"
"sanitizer-ubsan",
"base"
],
"displayName": "Debug build with IPC and Parquet fuzzing targets",
"cacheVariables": {
Expand Down

0 comments on commit 1b67c7c

Please sign in to comment.