From bbaeeebaefc4ad4be6c04e23476fed481e75d9a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Fr=C3=B6jdh?= Date: Fri, 22 Mar 2024 10:36:14 +0100 Subject: [PATCH] restored cmake --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e27be3f..0b227b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ else() aare_compiler_flags INTERFACE -fdiagnostics-parseable-fixits - # -fdiagnostics-generate-patch + -fdiagnostics-generate-patch -fdiagnostics-show-template-tree -fsanitize=address,undefined,pointer-compare -fno-sanitize-recover @@ -62,7 +62,7 @@ else() aare_compiler_flags INTERFACE -fdiagnostics-parseable-fixits - # -fdiagnostics-generate-patch + -fdiagnostics-generate-patch -fdiagnostics-show-template-tree -fsanitize=address,undefined,pointer-compare -fno-sanitize-recover