Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/compiler.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmake/compiler.cmake b/cmake/compiler.cmake
index 76b507b61..b711446b9 100644
--- a/cmake/compiler.cmake
+++ b/cmake/compiler.cmake
@@ -76,8 +76,6 @@ elseif(UNIX OR MINGW)
add_compile_options(
"-O3"
"-march=native"
- "-ffast-math"
- "-ftree-vectorize"
)
endif()
@@ -128,7 +126,7 @@ elseif(UNIX OR MINGW)
add_compile_options("-g")
endif()
endif()
-endif()
+endif()
function(target_disable_warnings TARGET)
if(MSVC)