diff --git a/cmake/scripts/Q7S/ninja_debug_cfg.sh b/cmake/scripts/Q7S/ninja_debug_cfg.sh
index 2d3b333f..abb68de2 100755
--- a/cmake/scripts/Q7S/ninja_debug_cfg.sh
+++ b/cmake/scripts/Q7S/ninja_debug_cfg.sh
@@ -28,6 +28,6 @@ fi
echo "Running command (without the leading +):"
set -x # Print command
${python} cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
- -l"${build_dir}"
+ -l "${build_dir}"
# set +x
diff --git a/cmake/scripts/Q7S/ninja_release_cfg.sh b/cmake/scripts/Q7S/ninja_release_cfg.sh
index 6a94acde..f5431d9a 100755
--- a/cmake/scripts/Q7S/ninja_release_cfg.sh
+++ b/cmake/scripts/Q7S/ninja_release_cfg.sh
@@ -16,7 +16,7 @@ fi
os_fsfw="linux"
tgt_bsp="arm/q7s"
-build_dir="build-Debug-Q7S"
+build_dir="build-Release-Q7S"
build_generator="Ninja"
if [ "${OS}" = "Windows_NT" ]; then
python="py"
diff --git a/misc/eclipse/.cproject b/misc/eclipse/.cproject
index 05889c7d..155e08b2 100644
--- a/misc/eclipse/.cproject
+++ b/misc/eclipse/.cproject
@@ -254,7 +254,7 @@
-
+
@@ -566,7 +566,7 @@
-
+
@@ -805,7 +805,7 @@
-
+