From 0095db932cec54cd2735f595450fc5131efc0ffb Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 14 Jun 2026 15:48:49 +0200 Subject: tests: globally enable sanitizers --- libs/kstd/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libs') 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 ) -- cgit v1.2.3