summaryrefslogtreecommitdiff
path: root/games-emulation/pcsx2/files/pcsx2-1.7.4667-flags.patch
blob: ad76cc99c6b6d26649138f4ece00454748569af9 (plain)
1
2
3
4
5
6
7
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
@@ -43 +43 @@
-		target_compile_options(pcsx2-soundtouch PRIVATE -Ofast)
+		target_compile_options(pcsx2-soundtouch PRIVATE -ffast-math)