--- src/runtime/Makefile.orig	Tue Jun 10 17:54:35 1997
+++ src/runtime/Makefile	Sun Aug  6 15:20:36 2006
@@ -1,9 +1,9 @@
 # Makefile for the Caml Light runtime system
 
 # These options are overriden when called from ../Makefile.
-CC=cc
+#CC=cc
 OPTS=#-fno-defer-pop
-CFLAGS=-O2 $(OPTS) -I..
+CFLAGS=$(OPTS) -I..
 LIBS=
 
 # Test to see whether ranlib exists on the machine
