mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[poincare] Makefile: POINCARE_TREE_LOG is by set by default when DEBUG=1
This commit is contained in:
@@ -184,6 +184,10 @@ tests_src += $(addprefix poincare/test/,\
|
||||
simplification.cpp\
|
||||
)
|
||||
|
||||
ifeq ($(DEBUG),1)
|
||||
POINCARE_TREE_LOG ?= 1
|
||||
endif
|
||||
|
||||
ifdef POINCARE_TREE_LOG
|
||||
SFLAGS += -DPOINCARE_TREE_LOG=1
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user