[poincare] Makefile: add a compile FLAG POINCARE_TREE_LOG

This commit is contained in:
Émilie Feral
2018-08-29 16:23:40 +02:00
parent a9ea1900d9
commit c720bb7c36

View File

@@ -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.