[SCM] x42-plugins/master: Remove fast-math optimalization .

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 8 13:27:30 UTC 2015


The following commit has been merged in the master branch:
commit 52b9a662a04b8d61f28686c01d2a0e13f18f22d9
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Sep 8 15:08:00 2015 +0200

    Remove fast-math optimalization .

diff --git a/debian/rules b/debian/rules
index c8ed2de..feb64f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-export OPTIMIZATIONS=-ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
+export OPTIMIZATIONS= -fomit-frame-pointer -O3 -fno-finite-math-only
 
 %:
 	dh $@

-- 
x42-plugins packaging



More information about the pkg-multimedia-commits mailing list