aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2022-02-10 00:49:21 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2022-02-10 00:49:21 +0100
commit2ab9ee520f928e95770e26876a1995f1a16b3b46 (patch)
tree1c0909ffb0abd0b84a88542cc9ab9241025f4c61
parent6e4e52b79b8f4da117805ccbf485b68708f70bad (diff)
downloadblogc-2ab9ee520f928e95770e26876a1995f1a16b3b46.tar.gz
blogc-2ab9ee520f928e95770e26876a1995f1a16b3b46.tar.bz2
blogc-2ab9ee520f928e95770e26876a1995f1a16b3b46.zip
debian: disable lto
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ca63b74..6a1a185 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
#export DH_VERBOSE = 1
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto
export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed