From fbfd22e796997934a54e7be4f4307ee54bf7c13b Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 18 Aug 2016 10:03:06 +0200 Subject: Do not force -O2, should be fixed in ~rc2 --- debian/rules | 5 ----- 1 file changed, 5 deletions(-) diff --git a/debian/rules b/debian/rules index f662944f5..1ea0e872b 100755 --- a/debian/rules +++ b/debian/rules @@ -5,11 +5,6 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed export DEB_BUILD_MAINT_OPTIONS := hardening=+all -export DEB_CXXFLAGS_MAINT_STRIP := -O3 -export DEB_CFLAGS_MAINT_STRIP := -O3 -export DEB_CXXFLAGS_MAINT_APPEND := -O2 -export DEB_CFLAGS_MAINT_APPEND := -O2 - # do not fail as we are just experimenting with symbol files for now export DPKG_GENSYMBOLS_CHECK_LEVEL=0 -- cgit v1.2.3