aboutsummaryrefslogtreecommitdiff
path: root/libs/kstd
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-06-14 15:48:49 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-06-15 10:08:43 +0200
commit0095db932cec54cd2735f595450fc5131efc0ffb (patch)
treeca8a6fbf38df0047bbaece201a354d6d4f09b5e3 /libs/kstd
parentcc915bee52fd2434cd68bbd1a8ab98b3d022fd52 (diff)
downloadkernel-0095db932cec54cd2735f595450fc5131efc0ffb.tar.xz
kernel-0095db932cec54cd2735f595450fc5131efc0ffb.zip
tests: globally enable sanitizers
Diffstat (limited to 'libs/kstd')
-rw-r--r--libs/kstd/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt
index aba33ab..d85f003 100644
--- a/libs/kstd/CMakeLists.txt
+++ b/libs/kstd/CMakeLists.txt
@@ -88,14 +88,6 @@ if(BUILD_TESTING)
"kstd::lib"
)
- target_compile_options("kstd_tests" PRIVATE
- "-fsanitize=undefined,address"
- )
-
- target_link_options("kstd_tests" PRIVATE
- "-fsanitize=undefined,address"
- )
-
set_target_properties("kstd_tests" PROPERTIES
EXCLUDE_FROM_ALL NO
)