From 014b77e3ddaf611b0ebc7e0e7190c1c1b130cc35 Mon Sep 17 00:00:00 2001 From: Alanscut Date: Thu, 9 May 2024 09:53:14 +0800 Subject: [PATCH] fix: remove misused optimization flag -01 related to #850 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50fc3885..1f204375 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,6 @@ if (ENABLE_SANITIZERS) -fsanitize=float-cast-overflow -fsanitize-address-use-after-scope -fsanitize=integer - -01 -fno-sanitize-recover ) endif()