From bdfecb7290f8fb4d7cb04e9dccac009f1df9d650 Mon Sep 17 00:00:00 2001 From: Matti Kortelainen Date: Thu, 6 Mar 2025 10:06:03 -0600 Subject: [PATCH] [Do not merge][15_0_X] Enable ROOT debug --- root.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/root.spec b/root.spec index 03a40ec238f..11f071ab57b 100644 --- a/root.spec +++ b/root.spec @@ -44,12 +44,8 @@ export CXXFLAGS="${CXXFLAGS} %{arch_build_flags}" cmake ../%{n}-%{realversion} \ -G Ninja \ - -DCMAKE_BUILD_TYPE=%{cmake_build_type} \ -%if %{is_debug_build root/llvm} + -DCMAKE_BUILD_TYPE=Debug \ -DLLVM_BUILD_TYPE=Debug \ -%else - -DLLVM_BUILD_TYPE=Release \ -%endif -DCMAKE_INSTALL_PREFIX="%{i}" \ -DCMAKE_C_COMPILER=gcc \ -DCMAKE_CXX_COMPILER=g++ \