From cce21287a154dea92ae9005aebe8c0b650faa173 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 25 Nov 2024 14:38:17 -0700 Subject: Drop ubsan, it makes gdb difficult --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4082d53..698ce0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,10 +17,6 @@ project(sbc_harness) pico_sdk_init() add_compile_options(-Wall -Wextra -Wswitch-enum -Werror) -if (PICO_PLATFORM STREQUAL "host") - add_compile_options(-fsanitize=undefined) - add_link_options(-fsanitize=undefined) -endif() function(_suppress_tinyusb_warnings) __suppress_tinyusb_warnings() -- cgit v1.2.3-2-g168b