diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-06-14 15:48:49 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-06-15 10:08:43 +0200 |
| commit | 0095db932cec54cd2735f595450fc5131efc0ffb (patch) | |
| tree | ca8a6fbf38df0047bbaece201a354d6d4f09b5e3 /libs | |
| parent | cc915bee52fd2434cd68bbd1a8ab98b3d022fd52 (diff) | |
| download | kernel-0095db932cec54cd2735f595450fc5131efc0ffb.tar.xz kernel-0095db932cec54cd2735f595450fc5131efc0ffb.zip | |
tests: globally enable sanitizers
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/kstd/CMakeLists.txt | 8 |
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 ) |
