Skip to content
Permalink
Browse files
disable LTO in debian builds
  • Loading branch information
vuvova committed Oct 22, 2022
1 parent 3e377fd commit 0609b34
Showing 1 changed file with 1 addition and 1 deletion.
@@ -5,7 +5,7 @@ export DEB_BUILD_HARDENING=1

# enable Debian Hardening
# see: https://wiki.debian.org/Hardening
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

0 comments on commit 0609b34

Please sign in to comment.