generated from general-packages/pika-pkg-template
Update debian/rules
This commit is contained in:
parent
06272f787f
commit
e6ddf97614
4
debian/rules
vendored
4
debian/rules
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user