From f58dfdb67d5f55f8118d1ecc55fca0fda7597110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20B=C3=B6ger?= Date: Wed, 2 Jun 2021 21:00:47 +0100 Subject: [PATCH] shorten sanitizer configuration --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d9eb2001..8db9083e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ target_compile_options(libchibi-common $<$:-Wall> $<$,$>:-Wall> $<$:-g - -fsanitize=address,undefined,integer-divide-by-zero,float-divide-by-zero,float-cast-overflow,return + -fsanitize=address,undefined,integer,float-divide-by-zero,float-cast-overflow,return -fno-omit-frame-pointer>) target_include_directories(libchibi-common