aboutsummaryrefslogtreecommitdiffstats
path: root/coq
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-27 05:32:28 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-27 05:32:28 +0100
commita5e20ecb933a1dc12bae3e4eeb330e86f13832d8 (patch)
tree36e89d6f7f86825a537d0fdc192aaebd04efaf1b /coq
parente35365927d1289687aaff6d7ca5ebee1ac09d249 (diff)
parent5003b8d93c2a20821b776f7f74f5096a308a03cf (diff)
downloadcompcert-kvx-a5e20ecb933a1dc12bae3e4eeb330e86f13832d8.tar.gz
compcert-kvx-a5e20ecb933a1dc12bae3e4eeb330e86f13832d8.zip
Merge branch 'master' of https://github.com/AbsInt/CompCert into dm-cse2
Diffstat (limited to 'coq')
-rwxr-xr-xcoq2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq b/coq
index 0b04a8c7..fcf744fd 100755
--- a/coq
+++ b/coq
@@ -12,4 +12,4 @@ make -q ${1}o || {
done)
}
-"${COQBIN}coqide" $INCLUDES $1 && make ${1}o
+"${COQBIN}coqide" -async-proofs off $INCLUDES $1 && make ${1}o