summaryrefslogtreecommitdiff
path: root/lang/caml-light/files/patch-src_runtime_Makefile
blob: 17d383b2dd06c64a81aee9246ca52c719cdf93f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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