diff -Nru zam-plugins-3.6~repack2/debian/changelog zam-plugins-3.6~repack2/debian/changelog --- zam-plugins-3.6~repack2/debian/changelog 2015-10-30 14:57:46.000000000 +0000 +++ zam-plugins-3.6~repack2/debian/changelog 2015-10-31 00:56:38.000000000 +0000 @@ -1,3 +1,9 @@ +zam-plugins (3.6~repack2-3) unstable; urgency=medium + + * Remove more flags. + + -- Jaromír Mikeš Sat, 31 Oct 2015 01:54:19 +0100 + zam-plugins (3.6~repack2-2) unstable; urgency=medium * Remove problematic flags. diff -Nru zam-plugins-3.6~repack2/debian/patches/0010-remove_some_optimalization.patch zam-plugins-3.6~repack2/debian/patches/0010-remove_some_optimalization.patch --- zam-plugins-3.6~repack2/debian/patches/0010-remove_some_optimalization.patch 2015-10-30 14:45:25.000000000 +0000 +++ zam-plugins-3.6~repack2/debian/patches/0010-remove_some_optimalization.patch 2015-10-31 00:49:31.000000000 +0000 @@ -11,7 +11,7 @@ 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 @@ 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