From: Jeremy Bicha Date: Mon, 24 Dec 2018 14:13:49 +0000 (-0500) Subject: Restore -Wl,-O1 to our LDFLAGS X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~95 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=697bf92893fe5594ab064111dd55489b517310d0;p=babl.git Restore -Wl,-O1 to our LDFLAGS --- diff --git a/debian/rules b/debian/rules index 84fe598..4631ad6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed # Disable SSE2 except on amd64 ifneq ($(DEB_HOST_ARCH_CPU),amd64)