mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[poincare] Do not use assert with PLATFORM=blackbox and DEBUG=0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user