diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2022-02-10 00:49:21 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2022-02-10 00:49:21 +0100 |
commit | 2ab9ee520f928e95770e26876a1995f1a16b3b46 (patch) | |
tree | 1c0909ffb0abd0b84a88542cc9ab9241025f4c61 | |
parent | 6e4e52b79b8f4da117805ccbf485b68708f70bad (diff) | |
download | blogc-2ab9ee520f928e95770e26876a1995f1a16b3b46.tar.gz blogc-2ab9ee520f928e95770e26876a1995f1a16b3b46.tar.bz2 blogc-2ab9ee520f928e95770e26876a1995f1a16b3b46.zip |
debian: disable lto
-rwxr-xr-x | debian/rules | 2 |
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 |