Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proper program logic for debuginfo enablement #3036

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Enable debuginfo package generation by default now that we can
  • Loading branch information
pmatilai committed Apr 16, 2024
commit 33068282eef319bfe7687d177718962dd904c32f
3 changes: 3 additions & 0 deletions macros.in
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,9 @@ Supplements: (%{name} = %{version}-%{release} and langpacks-%{1})\
#
#%_missing_build_ids_terminate_build 1

# Enable debuginfo package generation
%_enable_debug_packages 1

#
# Include minimal debug information in build binaries.
# Requires _enable_debug_packages.
Expand Down