From 8324648f0287870ad9f4a7254f260a6e8a473794 Mon Sep 17 00:00:00 2001 From: Malik Shahzad Muzaffar Date: Wed, 19 Nov 2025 16:05:36 +0100 Subject: [PATCH] Build root in debug mode Adjusted build type. --- root.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root.spec b/root.spec index 62599909a6b..af5a5d24a65 100644 --- a/root.spec +++ b/root.spec @@ -43,8 +43,8 @@ export CXXFLAGS=-D__ROOFIT_NOBANNER cmake ../%{n}-%{realversion} \ -G Ninja \ - -DCMAKE_BUILD_TYPE=Release \ - -DLLVM_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=Debug \ + -DLLVM_BUILD_TYPE=Debug \ -DCMAKE_INSTALL_PREFIX="%{i}" \ -DCMAKE_C_COMPILER=gcc \ -DCMAKE_CXX_COMPILER=g++ \