[ocaml-extlib] r413 committed - build with debuggin info by default

1 view
Skip to first unread message

codesite...@google.com

unread,
Jul 7, 2013, 3:01:45 AM7/7/13
to ocaml-extl...@googlegroups.com
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:
Reply all
Reply to author
Forward
0 new messages