Skip to content

Commit

Permalink
Adding the asan flag to the debug builds for testing. (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgomes28 authored Jun 5, 2023
1 parent 9d584cf commit aa9db88
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 @@ -76,7 +76,7 @@
"binaryDir": "${sourceDir}/build/unix-deb",
"inherits": ["unix", "deb", "conan-deb"],
"cacheVariables": {
"CMAKE_CXX_FLAGS": "-O0 --coverage",
"CMAKE_CXX_FLAGS": "-O0 --coverage -g -fsanitize=address",
"CMAKE_INSTALL_PREFIX": "${sourceDir}/build/unix-deb/install"
}
},
Expand Down

0 comments on commit aa9db88

Please sign in to comment.