[SCM] amsynth/master: Disable -fno-exceptions in debian/rules.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Feb 24 11:53:35 UTC 2014


The following commit has been merged in the master branch:
commit 6aa1da217fd796d3eedde4b1fff313e7bc65f2a3
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Feb 24 11:27:57 2014 +0000

    Disable -fno-exceptions in debian/rules.

diff --git a/debian/rules b/debian/rules
index a81f418..c8aec97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 export LDFLAGS+=-Wl,--as-needed
-export CFLAGS+=-Wall -g -fno-exceptions -fomit-frame-pointer
+export CFLAGS+=-Wall -g -fomit-frame-pointer
 
 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0

-- 
amsynth packaging



More information about the pkg-multimedia-commits mailing list