[poincare] Do not use assert with PLATFORM=blackbox and DEBUG=0

This commit is contained in:
Léa Saviot
2018-08-30 10:24:22 +02:00
parent b7695af9ac
commit ddbabd0e3c

View File

@@ -3,3 +3,8 @@ USE_LIBA ?= 0
EXE = bin
EPSILON_ONBOARDING_APP = 0
EPSILON_SOFTWARE_UPDATE_PROMPT = 0
ifeq ($(DEBUG),1)
else
SFLAGS += -DNDEBUG
endif