aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq.itarget
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-06-03 17:13:49 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-06-03 17:13:49 +0000
commitf77f93ecef9362548dae8886affe7a4bdcc150f6 (patch)
treea768373197eee9dc0b6dd2edd61fed54d6e000b1 /coq.itarget
parent738af4011d12d253001d08384c4b7629834eaff9 (diff)
Ocamlbuild: try to speed-up error detection in *.ml*, by byte-compiling first
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13064 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'coq.itarget')
-rw-r--r--coq.itarget9
1 files changed, 7 insertions, 2 deletions
diff --git a/coq.itarget b/coq.itarget
index 7488f421e..dd8b25905 100644
--- a/coq.itarget
+++ b/coq.itarget
@@ -1,3 +1,8 @@
-binaries
-plugins/plugins.otarget
+# NB: for the moment we start with bytecode compilation
+# for early error detection in .ml
+binariesbyte
+plugins/pluginsbyte.otarget
+binariesopt
+plugins/pluginsopt.otarget
theories/theories.otarget
+plugins/pluginsvo.otarget