Update debian/rules

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-09 23:52:51 +02:00
parent 06272f787f
commit e6ddf97614

4
debian/rules vendored
View File

@ -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 \