[SCM] csound/master: Disable finite-math-only gcc flag

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sun Jul 3 19:02:30 UTC 2016


The following commit has been merged in the master branch:
commit 846ca7d1abe5955003bae3867a864b7148b4cdcc
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sun Jun 19 20:51:23 2016 -0400

    Disable finite-math-only gcc flag
    
    It introduces some extraneous symbols

diff --git a/debian/Custom.cmake b/debian/Custom.cmake
index b7d8b80..92a2052 100644
--- a/debian/Custom.cmake
+++ b/debian/Custom.cmake
@@ -13,7 +13,7 @@ include_directories(${LUAJIT_INCLUDE_DIR})
 add_compiler_flags("-Wno-error=format-security")
 
 # Enable optimizations
-add_compiler_flags("-ftree-vectorize -ffast-math -O3")
+add_compiler_flags("-ftree-vectorize -ffast-math -O3 -fno-finite-math-only")
 # Only in 386 or amd64 enable mtune, specified from the rules file
 set(mtuneopt "@MTUNE@")
 if(mtuneopt)

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list