blob: 3d9a5bbbf8af9c9d6908411f3b1988f0dafabc5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/compiler/Makefile
+++ b/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)
|