diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-18 10:03:06 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-18 10:03:06 +0200 |
commit | fbfd22e796997934a54e7be4f4307ee54bf7c13b (patch) | |
tree | aa446e8435c5159283a17aa4007cd17a9e202423 /debian | |
parent | d1fd09b982f6108dc32ec75330b0535236c48311 (diff) |
Do not force -O2, should be fixed in ~rc2
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 0 insertions, 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 |