Lagrange [release]

Terminal: Use the Debug build for now

b24c03258f16b84bff001c33ab42459bab343cc4
diff --git a/build-tui.sh b/build-tui.sh
index 49a3b4c5..eba0345a 100755
--- a/build-tui.sh
+++ b/build-tui.sh
@@ -15,7 +15,7 @@
 # You can customize the install directory prefix here and build type here:
 
 INSTALL_PREFIX="/usr/local"
-CMAKE_BUILD_TYPE="Release"
+CMAKE_BUILD_TYPE="Debug"
 
 #-----------------------------------------------------------------------------