aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-07-14 11:20:32 +0000
committerFelix Morgner <felix.morgner@ost.ch>2025-07-14 11:20:32 +0000
commit116f9332a206767c45095950f09f7c7447b561cf (patch)
treec0d124784ba2bb4f83c9aa87868d0dfdde894c22 /CMakeLists.txt
parentc67b4843f6defe676831d023a8434d84f99db532 (diff)
downloadteachos-116f9332a206767c45095950f09f7c7447b561cf.tar.xz
teachos-116f9332a206767c45095950f09f7c7447b561cf.zip
ide: improve support for vscodium
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 35cfd65..c0e45f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,7 +75,6 @@ add_compile_options(
"$<$<CXX_COMPILER_ID:GNU>:-Wextra>"
"$<$<CXX_COMPILER_ID:GNU>:-Werror>"
"$<$<CXX_COMPILER_ID:GNU>:-pedantic-errors>"
- "$<$<CXX_COMPILER_ID:GNU>:-fsanitize=address,leak,bounds,alignment,return,integer-divide-by-zero,vla-bound,null,enum,pointer-overflow>"
)
#[============================================================================[