Silence garbage collector.
* GNUmakefile: unexport MES_DEBUG.
This commit is contained in:
parent
62eab78f62
commit
1aba68dc6a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue