diff --git a/CMakePresets.json b/CMakePresets.json index 2beb31d..b2672fc 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -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" } },