Skip to content
Snippets Groups Projects
Commit df396436 authored by Walter Lozano's avatar Walter Lozano Committed by Dylan Aïssi
Browse files

Disable lto optimization


Disable lto optimization to workaround build failures on tests. This
failures are not seeing in Debian since this tests are not built.

As reference, the error triggered is

  undefined reference to `aa_query_label'

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent efe8ce81
No related branches found
No related tags found
1 merge request!18Update from debian/bookworm for apertis/v2024dev2
......@@ -2,7 +2,7 @@
include /usr/share/dpkg/pkg-info.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow optimize=+lto
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
export DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment