From e6ddf9761479c0fb73cc83346384d90abd3a061f Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Fri, 9 Aug 2024 23:52:51 +0200 Subject: [PATCH] Update debian/rules --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 0f4c790..b109191 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f -export DEB_CFLAGS_MAINT_STRIP = -fstack-protector-strong -fcf-protection=full -export DEB_BUILD_MAINT_OPTIONS = optimize=-lto hardening=-relro +export DEB_CFLAGS_MAINT_STRIP = -fstack-protector-strong -fcf-protection=full -Wincompatible-pointer-types +export DEB_BUILD_MAINT_OPTIONS = optimize=-lto -Wno-incompatible-pointer-types -Wno-error # Prefer gcc-4.5, then 4.7, then 4.9 - otherwise fallback to gcc. export CC = $(shell for _cc in gcc-4.5 gcc-4.7 gcc-4.9 gcc false; do \