Silence garbage collector.

* GNUmakefile: unexport MES_DEBUG.
This commit is contained in:
Jan Nieuwenhuizen 2016-12-13 20:55:50 +01:00
parent 62eab78f62
commit 1aba68dc6a
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ MES:=./mes
MES_FLAGS:=--load
export MES_FLAGS
MES_DEBUG:=1
export MES_DEBUG
#export MES_DEBUG
mes-check: all
set -e; for i in $(TESTS); do ./$$i; done