From 721beebc1c08c4dc35040cc2782f6264efd8742d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 29 Feb 2024 22:08:14 +0800 Subject: [PATCH] no-prof: add a %ghc_profiling override --- macros.ghc-srpm-no-prof | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macros.ghc-srpm-no-prof b/macros.ghc-srpm-no-prof index 1255577..ed1285e 100644 --- a/macros.ghc-srpm-no-prof +++ b/macros.ghc-srpm-no-prof @@ -1,2 +1,3 @@ # disable profiling libraries and prof subpkgs -%with_ghc_prof %{nil} +%ghc_profiling\ +%bcond ghc_prof 0