[SCM] jack-capture packaging branch, master, updated. upstream/0.9.53-15-ga635119

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue Aug 17 15:52:16 UTC 2010


The following commit has been merged in the master branch:
commit a635119dbbcd826ee10b45c8ceebc6b9ce42273b
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue Aug 17 17:47:14 2010 +0200

    Use -O2 instead of -O3.
    
    AFAIK, Debian normally uses -O2, so let's also use it here.

diff --git a/debian/patches/02-makefile-compile-option.patch b/debian/patches/02-makefile-compile-option.patch
index 5750534..8a02a4e 100644
--- a/debian/patches/02-makefile-compile-option.patch
+++ b/debian/patches/02-makefile-compile-option.patch
@@ -8,7 +8,7 @@ Forwarded: no
  CPP=g++
  
 -OPTIMIZE=-O3 -march=native
-+OPTIMIZE=-O3
++OPTIMIZE=-O2
  #OPTIMIZE=-O0 -g
  
  #COMPILEFLAGS=$(OPTIMIZE) -DVERSION=\"$(VERSION)\" -DWHICH_METERBRIDGE=\"`if which meterbridge2 ; then \`which meterbridge\` ; else echo not_found ; fi`\" -Wall

-- 
jack-capture packaging



More information about the pkg-multimedia-commits mailing list