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 01bdcd3 remove undefined from branch asan (#307)
01bdcd3 is described below
commit 01bdcd35c5f23c0991e89551134763748fc5eea8
Author: Brian Olsen <[email protected]>
AuthorDate: Mon Dec 18 07:13:10 2023 -0700
remove undefined from branch asan (#307)
---
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 fe40b88..e060d22 100644
--- a/jenkins/branch/CMakePresets.json
+++ b/jenkins/branch/CMakePresets.json
@@ -77,8 +77,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"
}
},
{