summaryrefslogtreecommitdiff
blob: 8b457cf7ed1e2d47da531fbf1602a4954f90f362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: camlidl-1.05/compiler/Makefile
===================================================================
--- camlidl-1.05.orig/compiler/Makefile
+++ camlidl-1.05/compiler/Makefile
@@ -29,7 +29,7 @@ PROG=camlidl$(EXE)
 all: $(PROG)
 
 $(PROG): $(OBJS)
-	$(OCAMLC) -o $(PROG) $(OBJS)
+	$(OCAMLC) -w -a -o $(PROG) $(OBJS)
 
 clean::
 	rm -f $(PROG)