[MLton-commit] r5890
Matthew Fluet
fluet at mlton.org
Sun Aug 19 13:46:55 PDT 2007
Eliminate warnings on cygwin
----------------------------------------------------------------------
U mlton/trunk/runtime/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/runtime/Makefile
===================================================================
--- mlton/trunk/runtime/Makefile 2007-08-19 20:46:31 UTC (rev 5889)
+++ mlton/trunk/runtime/Makefile 2007-08-19 20:46:54 UTC (rev 5890)
@@ -51,8 +51,8 @@
ifeq ($(findstring $(GCC_VERSION), 3.3 3.4 4.0),$(GCC_VERSION))
GCOPTFLAGS += --param max-inline-insns-single=1000
ifeq ($(findstring $(GCC_VERSION), 3.4 4.0),$(GCC_VERSION))
-GCOPTFLAGS += --param inline-unit-growth=125
-GCOPTFLAGS += --param large-function-growth=1100
+GCOPTFLAGS += --param inline-unit-growth=200
+GCOPTFLAGS += --param large-function-growth=2200
OPTWARNFLAGS += -Winline
endif
endif
More information about the MLton-commit
mailing list