Skip to content

Commit

Permalink
chore: revert build-debug folder for debug preset (#3324)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Nov 16, 2023
1 parent 15a522b commit 43a2e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barretenberg/cpp/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"displayName": "Debugging build with Clang-16",
"description": "Build with globally installed Clang-16 in debug mode",
"inherits": "clang16",
"binaryDir": "build-debug",
"binaryDir": "build",
"environment": {
"CMAKE_BUILD_TYPE": "Debug",
"CFLAGS": "-gdwarf-4",
Expand Down

0 comments on commit 43a2e6b

Please sign in to comment.