Codebase list libgee-0.8 / dfa3393
Add -Wl,-O1 to our LDFLAGS Jeremy Bicha 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
22
33 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
4 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed
4 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
55
66 %:
77 dh $@ --with gir,gnome