--- Makefile	2000-08-11 20:02:12.000000000 +0200
+++ Makefile	2011-12-13 10:43:51.000000000 +0100
@@ -17,7 +17,7 @@
 
 ocamldot$(EXE): ocamldot.mll
 	ocamllex ocamldot.mll
-	ocamlc -o $@ ocamldot.ml
+	ocamlopt -o $@ ocamldot.ml
 
 clean:
 	$(RM) ocamldot$(EXE) ocamldot.ml *.cmi *.cmo *.o *.obj
