Skip to content
Snippets Groups Projects
Commit 5d2d2d27 authored by xleroy's avatar xleroy
Browse files

Build bytecode version with debug symbols.

git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1135 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
parent 6d33055a
No related branches found
No related tags found
No related merge requests found
......@@ -97,8 +97,8 @@ ccomp: driver/Configuration.ml
&& rm -f ccomp && ln -s _build/driver/Driver.native ccomp
ccomp.byte: driver/Configuration.ml
$(OCAMLBUILD) $(OCB_OPTIONS) Driver.byte \
&& rm -f ccomp.byte && ln -s _build/driver/Driver.byte ccomp.byte
$(OCAMLBUILD) $(OCB_OPTIONS) Driver.d.byte \
&& rm -f ccomp.byte && ln -s _build/driver/Driver.d.byte ccomp.byte
runtime:
$(MAKE) -C runtime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment