diff options
author | Matthias Klose <doko@ubuntu.com> | 2016-08-12 09:44:56 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-15 14:43:37 +0200 |
commit | b5fcba3682581b2a48921cc830dbf3deae6b0ff3 (patch) | |
tree | e2398c54f75126abe5dcef0c82c6abee493dddf4 /debian/rules | |
parent | b142b7bfa8959bc1d335eb125821907e39236d5e (diff) |
Imported Debian version 1.3~rc1ubuntu21.3_rc1ubuntu2
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 48518bb70..b36db7cb8 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,11 @@ 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 |