Unverified Commit 9d6a0281 authored by Simon Stridsberg's avatar Simon Stridsberg Committed by GitHub

Merge pull request #160 from fabianonunes/master

Explicitly disable LTO, which became default from Ubuntu 21.04 and onwards
parents ffc59a34 f8b68382
......@@ -5,6 +5,9 @@ DH_VERBOSE=1
# List of architectures where jemalloc is not available
DISABLE_JEMALLOC_ARCH_LIST := hppa m68k
# Explicitly disable LTO, which became default from Ubuntu 21.04 and onwards
export DEB_BUILD_MAINT_OPTIONS=optimize=-lto
# Explicitly initialize a variable to select architecture, unless it has been
# defined before. This is compared against the DISABLE_*_LIST variables later
# in this makefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment