[MLton-commit] r7115
Matthew Fluet
fluet at mlton.org
Wed Jun 10 20:23:08 PDT 2009
-show-types true is the new default.
----------------------------------------------------------------------
U mlton/trunk/mlton/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/mlton/Makefile
===================================================================
--- mlton/trunk/mlton/Makefile 2009-06-11 03:23:04 UTC (rev 7114)
+++ mlton/trunk/mlton/Makefile 2009-06-11 03:23:06 UTC (rev 7115)
@@ -25,7 +25,7 @@
FILE := mlton.mlb
FLAGS += -default-ann 'sequenceNonUnit warn'
FLAGS += -default-ann 'warnUnused true'
- # FLAGS += -type-check true -show-types true
+ # FLAGS += -type-check true
else
ifeq (cygwin, $(HOST_OS))
# The stubs don't work on Cygwin, since they define spawn in terms of
More information about the MLton-commit
mailing list