From 2688cfc024c0f6f3f5148ca94cf10b4aa0a239c9 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 16 Nov 2023 18:41:10 +0300 Subject: [PATCH] chore: revert build-debug folder for debug preset --- barretenberg/cpp/CMakePresets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barretenberg/cpp/CMakePresets.json b/barretenberg/cpp/CMakePresets.json index c361d25a4e7..b87e10709b6 100644 --- a/barretenberg/cpp/CMakePresets.json +++ b/barretenberg/cpp/CMakePresets.json @@ -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",