diff options
author | sthalik <sthalik@misaki.pl> | 2025-05-15 06:20:34 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2025-05-16 08:53:43 +0200 |
commit | 1f737463587fec21337631bc0320718b49fde26c (patch) | |
tree | f22cab990a9bc36436c83b633af073439e97f52b | |
parent | 6aae766520d7cbf493fce6b6f1595f8c96b71fbe (diff) |
how long has it been like this?
-rw-r--r-- | compat/CMakeLists.txt | 4 |
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) |