[SCM] jack-audio-connection-kit/master: d/rules: remove commented out code

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Wed Nov 8 16:45:57 UTC 2017


The following commit has been merged in the master branch:
commit def2f90d032e5b82ea076f9d9355cffbe8f88f0c
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Nov 8 16:24:31 2017 +0100

    d/rules: remove commented out code
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

diff --git a/debian/rules b/debian/rules
index 173918c..3fa01ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,16 +65,6 @@ ifneq (,$(filter doopt,$(DEB_BUILD_OPTIONS)))
   endif
 endif
 
-ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
-# do optimization for the different architectures
-# ifneq (,$(findstring i386,$(DEB_HOST_GNU_CPU)))
-# 		DEB_CONFIGURE_EXTRA_FLAGS += --enable-optimize
-# 		OPTI_FLAGS := -D_REENTRANT -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -funroll-loops -fmove-all-movables
-# 		CXXFLAGS += $(OPTI_FLAGS)
-# 		CFLAGS += $(OPTI_FLAGS)
-# endif
-endif
-
 ifneq (,$(filter amd64,$(DEB_BUILD_ARCH)))
 CFLAGS += -m3dnow -msse
 endif

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list