Skip to content

Commit

Permalink
disable LTO in debian builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Oct 22, 2022
1 parent 3e377fd commit 0609b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0609b34

Please sign in to comment.