1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/community/soundtouch/no-fast.patch
2023-02-08 05:49:11 +01:00

13 lines
309 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 14f23e8..993f0e1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ if(MSVC)
set(COMPILE_DEFINITIONS /O2 /fp:fast)
set(COMPILE_OPTIONS )
else()
- set(COMPILE_OPTIONS -Ofast)
+ set(COMPILE_OPTIONS -O3)
endif()
#####################