Re-add clang.cfg

We still need this file in Fedora 38 compat packages, which is still
used during the daily snapshots.
This commit is contained in:
Tulio Magno Quites Machado Filho 2024-03-07 07:23:29 -03:00
parent adf7ef3db9
commit 935c2e1501
2 changed files with 6 additions and 0 deletions

3
clang.cfg Normal file
View File

@ -0,0 +1,3 @@
# Drop the following option after debugedit adds support to DWARF-5:
# https://sourceware.org/bugzilla/show_bug.cgi?id=28728
-gdwarf-4 -g0

View File

@ -94,6 +94,9 @@ Source4: release-keys.asc
%if %{without compat_build}
Source5: macros.%{name}
%endif
# This file is still needed because We still build on F38 in the
# upstream-snapshot branch.
Source6: clang.cfg
# Patches for clang
Patch1: 0001-PATCH-clang-Make-funwind-tables-the-default-on-all-a.patch