aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2018-07-28 00:04:42 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2018-07-28 00:04:42 -0400
commita5710bb54d0bb4332aa2d5797f02810daf7839be (patch)
treeb39b61b42351df1da1b63bc4d00a9a2495619eef
parent941b2ac3fa2966409dd1f7d22cdf7d41877c53d4 (diff)
downloadsqlitestudio-a5710bb54d0bb4332aa2d5797f02810daf7839be.tar.bz2
sqlitestudio-a5710bb54d0bb4332aa2d5797f02810daf7839be.tar.xz
sqlitestudio-a5710bb54d0bb4332aa2d5797f02810daf7839be.tar.zst
d/rules: Append -Wl,--as-needed to LDFLAGS.
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 320b614..4243cd9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export QT_SELECT = 5
OPTIONS += "DEFINES += NO_AUTO_UPDATES"