Remove unneeded linker flags
This commit is contained in:
parent
e57d9c71b6
commit
e5a5141ceb
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
1
debian/rules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user