summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorsthalik <sthalik@misaki.pl>2025-05-15 06:20:34 +0200
committerStanislaw Halik <sthalik@misaki.pl>2025-05-16 08:53:43 +0200
commit1f737463587fec21337631bc0320718b49fde26c (patch)
treef22cab990a9bc36436c83b633af073439e97f52b
parent6aae766520d7cbf493fce6b6f1595f8c96b71fbe (diff)
remove debug codeHEADmaster
how long has it been like this?
-rw-r--r--compat/CMakeLists.txt4
1 files changed, 0 insertions, 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)