diff --git a/Application/src/grabber/CMakeLists.txt b/Application/src/grabber/CMakeLists.txt
index 0e5bde1045278123d6e528db4e479afb9ac79cbe..f95ee18f554f84125a16d0acffb835683408ab4a 100644
--- a/Application/src/grabber/CMakeLists.txt
+++ b/Application/src/grabber/CMakeLists.txt
@@ -239,7 +239,7 @@ install(TARGETS ${targets}
     RUNTIME DESTINATION bin
     BUNDLE DESTINATION bin
     INCLUDES DESTINATION include
-    CONFIGURATIONS Debug
+    CONFIGURATIONS Release
 )
 
 install(FILES ${CMAKE_SOURCE_DIR}/closed_loop.py DESTINATION ${CMAKE_INSTALL_PREFIX}/usr/share/trex)
diff --git a/Application/src/tracker/CMakeLists.txt b/Application/src/tracker/CMakeLists.txt
index 118cd3b6340c7667c3935462f4721822cedecc3f..46d74d82c1b829092bc8564dfbe7743bf62e8c89 100644
--- a/Application/src/tracker/CMakeLists.txt
+++ b/Application/src/tracker/CMakeLists.txt
@@ -243,7 +243,7 @@ install(TARGETS ${targets}
     RUNTIME DESTINATION bin
     BUNDLE DESTINATION bin
     INCLUDES DESTINATION include
-    CONFIGURATIONS Debug
+    CONFIGURATIONS Release
 )
 
 install(DIRECTORY ${CMAKE_SOURCE_DIR}/src/fonts DESTINATION ${CMAKE_INSTALL_PREFIX}/usr/share/trex)
diff --git a/Application/src/tracker/python/CMakeLists.txt b/Application/src/tracker/python/CMakeLists.txt
index 8109250b1101207de2c6e8f3ef93628252f1b658..fa9d7d6b28c7fa537f180c05f326817285a20059 100644
--- a/Application/src/tracker/python/CMakeLists.txt
+++ b/Application/src/tracker/python/CMakeLists.txt
@@ -50,5 +50,5 @@ install(TARGETS trex_check_python
     RUNTIME DESTINATION usr/share/trex
     BUNDLE DESTINATION usr/share/trex
     INCLUDES DESTINATION usr/share/trex/include
-    CONFIGURATIONS Debug
+    CONFIGURATIONS Release
 )