Revision: 413
Author: ygrekheretix
Date: Sun Jul 7 00:01:22 2013
Log: build with debuggin info by default
http://code.google.com/p/ocaml-extlib/source/detail?r=413
Modified:
/trunk/extlib/Makefile
=======================================
--- /trunk/extlib/Makefile Sat Apr 27 02:30:04 2013
+++ /trunk/extlib/Makefile Sun Jul 7 00:01:22 2013
@@ -16,9 +16,9 @@
.PHONY: all opt cmxs doc install uninstall clean release
all:
- ocamlc -a -o extLib.cma $(SRC)
+ ocamlc -g -a -o extLib.cma $(SRC)
opt:
- ocamlopt -a -o extLib.cmxa $(SRC)
+ ocamlopt -g -a -o extLib.cmxa $(SRC)
cmxs: opt
ocamlopt -shared -linkall extLib.cmxa -o extLib.cmxs
doc: