mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 16:38:01 +00:00
7 lines
342 B
Diff
7 lines
342 B
Diff
If upstream believes -ffast-math is ok for this part then that is
|
|
fine, but we do not want to override users' -O.
|
|
--- a/3rdparty/soundtouch/CMakeLists.txt
|
|
+++ b/3rdparty/soundtouch/CMakeLists.txt
|
|
@@ -41 +41 @@
|
|
- target_compile_options(pcsx2-soundtouch PRIVATE -O3 -ffast-math)
|
|
+ target_compile_options(pcsx2-soundtouch PRIVATE -ffast-math)
|