Skip to content
Snippets Groups Projects
Commit 42583dfe authored by Emanuele Rocca's avatar Emanuele Rocca Committed by Mathieu Malaterre
Browse files

d/rules: Fix armel buildd

parent 0616f774
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,12 @@
#export DH_VERBOSE=1
# export DEB_BUILD_MAINT_OPTIONS = hardening=+pie
export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
ifeq ($(DEB_TARGET_ARCH),armel)
# https://lists.debian.org/debian-arm/2024/01/msg00031.html
export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-stackclash optimize=+lto
else
export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
endif
# needed for the tests
export DCMDICTPATH=$(CURDIR)/dcmdata/data/dicom.dic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment