[SCM] zam-plugins/master: Remove more flags.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sat Oct 31 01:04:56 UTC 2015
The following commit has been merged in the master branch:
commit 636e3fb395b0dc34929b19c85300c7e9a2ca6b23
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sat Oct 31 01:56:06 2015 +0100
Remove more flags.
diff --git a/debian/patches/0010-remove_some_optimalization.patch b/debian/patches/0010-remove_some_optimalization.patch
index 2b5de00..b94f562 100644
--- a/debian/patches/0010-remove_some_optimalization.patch
+++ b/debian/patches/0010-remove_some_optimalization.patch
@@ -11,7 +11,7 @@ Index: zam-plugins/Makefile.mk
BASE_FLAGS = -Wall -Wextra -pipe
-BASE_OPTS = -O2 -ffast-math -mtune=generic -msse -msse2 -fdata-sections -ffunction-sections
-+BASE_OPTS = -O2 -ffast-math -mtune=generic -fdata-sections -ffunction-sections
++BASE_OPTS = -O2 -ffast-math -fdata-sections -ffunction-sections
ifneq ($(MACOS),true)
# MacOS doesn't support this
@@ -29,7 +29,7 @@ Index: zam-plugins/dpf/dgl/Makefile.mk
BASE_FLAGS = -Wall -Wextra -pipe -MD -MP
-BASE_OPTS = -O2 -ffast-math -mtune=generic -msse -msse2 -fdata-sections -ffunction-sections
-+BASE_OPTS = -O2 -ffast-math -mtune=generic -fdata-sections -ffunction-sections
++BASE_OPTS = -O2 -ffast-math -fdata-sections -ffunction-sections
ifneq ($(MACOS),true)
# MacOS doesn't support this
--
zam-plugins packaging
More information about the pkg-multimedia-commits
mailing list