summarylogtreecommitdiffstats
path: root/Makefiledefault
blob: 9d79251521948a8550bcb142887518b18242e0bc (plain)
1
2
3
4
5
6
ifeq ($(MLCOMP)x,x)
MLCOMP=mlton @MLton ram-slop 0.7 -- -disable-pass deepFlatten -disable-pass refFlatten
#mlton @MLton ram-slop 0.7 gc-summary -- -disable-pass deepFlatten -verbose 3
endif

export MLCOMP