From 9bd49f22b50b88f0b805938a1d557d1ec1d77ec0 Mon Sep 17 00:00:00 2001
From: Andreas Adelmann <andreas.adelmann@psi.ch>
Date: Wed, 3 Apr 2024 10:45:40 +0200
Subject: [PATCH] make default Debug for the moment

---
 build-script/401-build-opal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-script/401-build-opal b/build-script/401-build-opal
index 56ad59b2f..4582dbea1 100755
--- a/build-script/401-build-opal
+++ b/build-script/401-build-opal
@@ -48,7 +48,7 @@ export -f otb_exit > /dev/null
 export build_type=
 compiler=${compiler:-$(which g++)}
 export compiler
-mode=Release
+mode=Debug     #Release
 
 # Build targets
 build_opalx=true
@@ -157,7 +157,7 @@ trap "otb_exit" EXIT
 
 CXXFLAGS=""
 
-build_mode=${build_mode:-Release}
+build_mode=${build_mode:-Debug}
 
 compiler=${compiler:-"$(which gcc)"}
 
-- 
GitLab