Codebase list libsdl2-mixer / 9f4aac3
d/rules: Don't explicitly use --as-needed linker option It's the default with bullseye toolchains. Simon McVittie 3 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
77 export DEB_CFLAGS_MAINT_APPEND := -pipe -Wall $(MODPLUG_INCLUDE_DIR)
88 # bug #715461, provide default soundfont paths
99 export DEB_CPPFLAGS_MAINT_APPEND := -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf3/default-GM.sf3\"
10 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
1110
1211 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
1312