From 1f737463587fec21337631bc0320718b49fde26c Mon Sep 17 00:00:00 2001 From: sthalik Date: Thu, 15 May 2025 06:20:34 +0200 Subject: remove debug code how long has it been like this? --- compat/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compat/CMakeLists.txt b/compat/CMakeLists.txt index fb498fb6..dc81436d 100644 --- a/compat/CMakeLists.txt +++ b/compat/CMakeLists.txt @@ -1,7 +1,3 @@ -if(CMAKE_COMPILER_IS_GNUCXX) - add_compile_options(-fno-lto -fno-fast-math -fno-finite-math-only -O0) -endif() - otr_module(compat NO-COMPAT BIN) if(NOT WIN32 AND NOT APPLE) -- cgit v1.2.3