Remove unneeded linker flags

This commit is contained in:
Aaron Rainbolt 2022-06-21 18:46:12 -05:00 committed by Simon Quigley
parent e57d9c71b6
commit e5a5141ceb
2 changed files with 1 additions and 1 deletions

1
debian/changelog vendored
View File

@ -9,6 +9,7 @@ featherpad (1.3.0-0ubuntu1) kinetic; urgency=medium
* Run wrap-and-sort.
* Updated debian/watch file version.
* Overrode missing man page warnings.
* Removed unneeded "-Wl,--as-needed" linker flags from debian/rules.
-- Aaron Rainbolt <arraybolt3@gmail.com> Tue, 21 Jun 2022 14:05:07 -0500

1
debian/rules vendored
View File

@ -2,7 +2,6 @@
export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh ${@} --buildsystem=cmake