Commit b23103c8 authored by Nicolas Boulenguez's avatar Nicolas Boulenguez Committed by Rafael Laboissière
Browse files

Compile Ada with hardening flags.

parent 1cec9ebc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ DEB_LDFLAGS_MAINT_APPEND := -Wl,--no-allow-shlib-undefined \
                                 -Wl,--no-undefined
include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/buildflags.mk
export ADAFLAGS := $(filter-out -Wformat -Werror=format-security,$(CFLAGS))

# Note cmake ignores CPPFLAGS so add them to CFLAGS and CXXFLAGS as a
# work around, see #653916.