Codebase list unbound / 5bbda6f
d/rules: add comment about LTO Michael Tokarev 2 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2222 CONFIGURE_ARGS += --with-rootkey-file=/usr/share/dns/root.key
2323
2424 ifneq ($(DEB_HOST_ARCH), amd64)
25 # Link-Time Optimization https://wiki.debian.org/ToolChain/LTO
26 # can be disabled here but enabled globally in DEB_BUILD_MAINT_OPTIONS
2527 CONFIGURE_ARGS += --disable-flto
2628 endif
2729