This is an automated email from the ASF dual-hosted git repository.
bnolsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new 98eb409 remove unknown from cmake asan args
new e6082a9 Merge pull request #270 from traeak/cmake_asan
98eb409 is described below
commit 98eb409f144fec82ffbc400347b337def977d30f
Author: Brian Olsen <[email protected]>
AuthorDate: Thu Oct 26 13:26:55 2023 -0600
remove unknown from cmake asan args
---
jenkins/branch/CMakePresets.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jenkins/branch/CMakePresets.json b/jenkins/branch/CMakePresets.json
index f4f4c1d..d9914c1 100644
--- a/jenkins/branch/CMakePresets.json
+++ b/jenkins/branch/CMakePresets.json
@@ -43,8 +43,8 @@
"name": "asan",
"hidden": true,
"cacheVariables": {
- "CMAKE_CXX_FLAGS_DEBUG": "-g -fsanitize=address,undefined",
- "CMAKE_C_FLAGS_DEBUG": "-g -fsanitize=address,undefined"
+ "CMAKE_CXX_FLAGS_DEBUG": "-g -fsanitize=address",
+ "CMAKE_C_FLAGS_DEBUG": "-g -fsanitize=address"
}
},
{