don't hardcode -fstack-protector-strong in configure.ac/gbuild. We get the
hardening flags from dpkg-buildflags anyway.
Gbp-Pq: Name debian-hardened-buildflags-no-LO-fstack-protector-strong.diff
-fmessage-length=0 \
-fno-common \
-pipe \
- -fstack-protector-strong \
gb_CXXFLAGS_COMMON := \
-Wall \
-fmessage-length=0 \
-fno-common \
-pipe \
- -fstack-protector-strong \
gb_CXXFLAGS_DISABLE_WARNINGS = -w
gb_VISIBILITY_FLAGS_CXX := -fvisibility-inlines-hidden
gb_CXXFLAGS_COMMON += $(gb_VISIBILITY_FLAGS_CXX)
-gb_LinkTarget_LDFLAGS += -fstack-protector-strong
-
ifneq ($(ENABLE_PCH),)
ifeq ($(COM_IS_CLANG),TRUE)
# Clang by default includes in the PCH timestamps of the files it was