From 5c30d4b2123fba307280fc3f6c0d2f6b04820a7f Mon Sep 17 00:00:00 2001
From: "luca.conterio" <luca.conterio@skywarder.eu>
Date: Wed, 15 Sep 2021 10:44:14 +0200
Subject: [PATCH] [sbs] added -DNDEBUG for flight binaries

---
 sbs.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbs.conf b/sbs.conf
index 81e0ad3a..f1bf75c1 100644
--- a/sbs.conf
+++ b/sbs.conf
@@ -225,7 +225,7 @@ BoardId:    stm32f429zi_skyward_death_stack_x
 BinName:    death-stack-x-entry
 Libs:       fmt eigen
 Include:    %shared %deathstack-new %math %ubloxgps %pwm %hbridge %spi %xbee %servo %sensormanager %ads1118 %ms5803 %bmx160 %bmx160withcorrection %internal-adc %calibration
-Defines:    -DFLIGHT -DROCCARASO
+Defines:    -DFLIGHT -DROCCARASO -DNDEBUG
 Main:       death-stack-x-entry
 
 [death-stack-x-testsuite]
-- 
GitLab