aboutsummaryrefslogtreecommitdiff
path: root/coq.opam
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-01-23 16:17:32 +0100
committerEmilio Jesus Gallego Arias2020-01-31 15:19:47 +0100
commitb35030760cadd96a968e04f3cd026f4abdc0331c (patch)
tree18b31cdda2f460408ecc86b929344ae73659b0bf /coq.opam
parent869f731439b7fe034067bb550b60713b9b790f5b (diff)
[opam] Don't disable native compute in opam.dev file
See discussion in https://github.com/coq/bignums/issues/26 and #11476 We still disable it in developer fast builds as the speed up is considerable, it can be enabled by just calling `./configure`
Diffstat (limited to 'coq.opam')
-rw-r--r--coq.opam2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq.opam b/coq.opam
index 50f746abec..39191c21d9 100644
--- a/coq.opam
+++ b/coq.opam
@@ -28,7 +28,7 @@ depends: [
]
build: [
- [ "./configure" "-prefix" prefix "-native-compiler" "no" ]
+ [ "./configure" "-prefix" prefix ]
[ "make" "-f" "Makefile.dune" "voboot" ]
[ "dune" "build" "-p" name "-j" jobs ]
]