From 14403a6e9cd1b5390e237ae2a384fe5b8d5af19f Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 5 Jun 2025 12:32:50 +0200 Subject: [PATCH] Update builder-support/specs/pdns-recursor.spec Co-authored-by: Remi Gacogne Signed-off-by: Otto Moerbeek --- builder-support/specs/pdns-recursor.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder-support/specs/pdns-recursor.spec b/builder-support/specs/pdns-recursor.spec index b97c11efec..5411a51474 100644 --- a/builder-support/specs/pdns-recursor.spec +++ b/builder-support/specs/pdns-recursor.spec @@ -82,7 +82,7 @@ export LDFLAGS="-fuse-ld=lld -Wl,--build-id=sha1" %define stack_clash_protection -fstack-clash-protection %endif export CFLAGS="-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -m64 -mtune=generic -fasynchronous-unwind-tables %{stack_clash_protection} %{cf_protection} -gdwarf-4" -# Adding -Wno-deprecated-declarations -Wno-deprecated-builtins as boost genertates tonnes of warnings +# Adding -Wno-deprecated-declarations -Wno-deprecated-builtins as boost generates tonnes of warnings export CXXFLAGS="-O2 -g -pipe -Wall -Wno-deprecated-declarations -Wno-deprecated-builtins -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -m64 -mtune=generic -fasynchronous-unwind-tables %{stack_clash_protection} %{cf_protection} -gdwarf-4" %endif -- 2.47.2