Source: mirage Version: 0.11.1-1 Severity: wishlist Tags: patch X-Debbugs-Cc: [email protected]
Dear Maintainer, Please disable LTO for the issue at https://gitlab.com/thomasross/mirage/-/issues/24. The attached patch will disable LTO. -- Regars Sudip
diff --git a/debian/rules b/debian/rules index 18bed59..a0d5054 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DH_VERBOSE = 1 export PYBUILD_NAME=mirage export PYBUILD_DISABLE=test -export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto %: dh "$@" --with python3 --buildsystem=pybuild

