From e4bd45eaf6b284a72bca3fe33feb2db284014cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sawicz?= Date: Mon, 2 Dec 2024 14:36:37 +0100 Subject: [PATCH] debian: noopt --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 54340461efd..7dd2a3b597b 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ include /usr/share/dpkg/default.mk include debian/opts.mk export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 +export DEB_BUILD_OPTIONS = noopt # Needed for ccache to work in case the build directory changed # (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810871)