[MLton-commit] r5555
Matthew Fluet
fluet at mlton.org
Tue May 15 13:32:40 PDT 2007
Drop trailing space
----------------------------------------------------------------------
U mlton/trunk/runtime/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/runtime/Makefile
===================================================================
--- mlton/trunk/runtime/Makefile 2007-05-15 20:29:59 UTC (rev 5554)
+++ mlton/trunk/runtime/Makefile 2007-05-15 20:32:40 UTC (rev 5555)
@@ -19,7 +19,7 @@
sed 's/.*gcc version \([0-9][0-9]*\)\.\([0-9][0-9]*\).*/\2/')
GCC_VERSION := $(GCC_MAJOR_VERSION).$(GCC_MINOR_VERSION)
-FLAGS :=
+FLAGS :=
EXE :=
OPTFLAGS := -O2 -fomit-frame-pointer
GCOPTFLAGS :=
More information about the MLton-commit
mailing list