summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-03 13:16:21 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-03 13:16:21 +0000
commit1e24932c5f5badcca3125b9c4c0df2ac113532bf (patch)
tree873c9d7dfb7da8ad2cfa9911252b2e2d782a4825 /Makefile
parent16e42ca83c3282ba7de830fb8a40623c6ac04dc7 (diff)
Suppressed Init_pointer, now useless. Improved printing of strings in generated .s
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1274 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 856d777..c9a61d7 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ COQEXEC=coqtop $(INCLUDES) -batch -load-vernac-source
OCAMLBUILD=ocamlbuild
OCB_OPTIONS=\
+ -j 2 \
-no-hygiene \
-no-links \
-I extraction $(INCLUDES)