do not disable debuginfo
avoids build-id conflicts
This commit is contained in:
parent
feb7f7069e
commit
a33ef3fd51
11
ghc.spec
11
ghc.spec
@ -1,4 +1,4 @@
|
||||
# turn off for quick build to disable prof, docs, debuginfo
|
||||
# turn off for quick build to disable prof, docs
|
||||
# This must be enabled 1 for all koji production builds
|
||||
%bcond prodbuild 1
|
||||
|
||||
@ -11,13 +11,6 @@
|
||||
# build hadrian for production builds:
|
||||
%bcond build_hadrian 1
|
||||
|
||||
# enable debuginfo for production builds
|
||||
%bcond ghc_debuginfo 1
|
||||
|
||||
%if %{without ghc_debuginfo}
|
||||
%undefine _enable_debug_packages
|
||||
%endif
|
||||
|
||||
%global ghc_major 9.2
|
||||
|
||||
# to handle RCs
|
||||
@ -536,10 +529,8 @@ export LANG=C.utf8
|
||||
%endif
|
||||
|
||||
%if %{with build_hadrian}
|
||||
%if %{with ghc_debuginfo}
|
||||
# do not disable debuginfo with ghc_bin_build
|
||||
%global ghc_debuginfo 1
|
||||
%endif
|
||||
(
|
||||
cd hadrian
|
||||
%ghc_bin_build
|
||||
|
Loading…
Reference in New Issue
Block a user