mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[poincare] Makefile: add a compile FLAG POINCARE_TREE_LOG
This commit is contained in:
@@ -303,6 +303,10 @@ objs += poincare/src/expression_debug.o
|
||||
SFLAGS += -DPOINCARE_TESTS_PRINT_EXPRESSIONS=1
|
||||
endif
|
||||
|
||||
ifdef POINCARE_TREE_LOG
|
||||
SFLAGS += -DPOINCARE_TREE_LOG=1
|
||||
endif
|
||||
|
||||
# Even though flex and bison will generate both implementation and headers at
|
||||
# once, we don't declare it in the Makefile. If we did, "make -jN" with N>1 may
|
||||
# call bison or flex twice.
|
||||
|
||||
Reference in New Issue
Block a user