Skip to content

Commit

Permalink
Add debug symbol to release build
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzw committed Jun 19, 2024
1 parent 0ce685c commit f86b53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"binaryDir": "cmake-dev-release-benchmark",
"toolchainFile": "${sourceDir}/cmake/toolchain.cmake",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
"DEMO_ENABLE_TEST": "ON",
"DEMO_ENABLE_EXAMPLE": "ON",
"DEMO_ENABLE_CLANG_TIDY": "ON",
Expand Down

0 comments on commit f86b53a

Please sign in to comment.