Skip to content

Commit

Permalink
Base on clang16-dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
codygunton committed Sep 25, 2024
1 parent 4602ba6 commit 2736c74
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions barretenberg/cpp/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@
"displayName": "Build for tracy time profiling",
"description": "Build for tracy time profiling",
"binaryDir": "build-tracy-time",
"inherits": "clang16",
"environment": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
"CFLAGS": "-g -fno-omit-frame-pointer",
"CXXFLAGS": "-g -fno-omit-frame-pointer",
"LDFLAGS": "-g -fno-omit-frame-pointer -rdynamic"
},
"inherits": "clang16-dbg",
// "environment": {
// "CMAKE_BUILD_TYPE": "RelWithDebInfo",
// "CFLAGS": "-g -fno-omit-frame-pointer",
// "CXXFLAGS": "-g -fno-omit-frame-pointer",
// "LDFLAGS": "-g -fno-omit-frame-pointer -rdynamic"
// },
"cacheVariables": {
"ENABLE_TRACY": "ON"
}
Expand Down

0 comments on commit 2736c74

Please sign in to comment.