Enable frame-pointers for AlmaLinux 10

This commit is contained in:
eabdullin 2024-09-05 16:46:45 +03:00
parent 1d28a36dfd
commit 6f28939af4

View File

@ -4,7 +4,9 @@
# here before the %%install macro is pre-built.
# Disable frame pointers
%if 0%{?almalinux} < 10
%undefine _include_frame_pointers
%endif
# Disable LTO in userspace packages.
%global _lto_cflags %{nil}