Avoid explicitly specifying -Wl,--as-needed linker flag.
Changes-By: lintian-brush
Fixes: lintian: debian-rules-uses-as-needed-linker-flag
See-also: https://lintian.debian.org/tags/debian-rules-uses-as-needed-linker-flag.html
Debian Janitor
1 year, 4 months ago
5 | 5 |
default.
|
6 | 6 |
* Set debhelper-compat version in Build-Depends.
|
7 | 7 |
* Set upstream metadata fields: Repository, Repository-Browse.
|
|
8 |
* Avoid explicitly specifying -Wl,--as-needed linker flag.
|
8 | 9 |
|
9 | 10 |
-- Debian Janitor <janitor@jelmer.uk> Tue, 09 Nov 2021 11:31:29 -0000
|
10 | 11 |
|
9 | 9 |
# package maintainers to append CFLAGS
|
10 | 10 |
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
|
11 | 11 |
# package maintainers to append LDFLAGS
|
12 | |
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
13 | 12 |
|
14 | 13 |
export QT_SELECT := 5
|
15 | 14 |
|