Skip to content
Snippets Groups Projects
Commit 456b8ce7 authored by Lorenz Hüdepohl's avatar Lorenz Hüdepohl
Browse files

Fix RHEL-9, by removing their gcc specs

parent 02c2045d
Branches
No related tags found
No related merge requests found
Pipeline #206323 passed
......@@ -104,7 +104,7 @@ def dist_prjconf_tags(distribution):
Substitute: c++_compiler gcc-c++
Substitute: ca-certificates-mozilla ca-certificates
# Add -fno-omit-frame-pointer to standard flags
Optflags: x86_64 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer
Optflags: x86_64 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer
""").strip()
res = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment