Codebase list mupen64plus-rsp-hle / 8276eda
Drop default flag --as-needed from linker flags Sven Eckelmann 3 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
77 - Update copyright years to 2020
88 * Drop duplicated fields from upstream/metadata
99 * Update debian/watch for format 4
10 * debian/rules:
11 - Drop default flag --as-needed from linker flags
1012
1113 -- Sven Eckelmann <sven@narfation.org> Fri, 04 Oct 2019 13:23:00 +0200
1214
66 export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
77 export DEB_CFLAGS_MAINT_APPEND=-flto
88 export DEB_CPPFLAGS_MAINT_APPEND = -D_FILE_OFFSET_BITS=64
9 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
109
1110 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
1211 DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)