diff options
| author | Emilio Jesus Gallego Arias | 2020-01-23 16:17:32 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-01-31 15:19:47 +0100 |
| commit | b35030760cadd96a968e04f3cd026f4abdc0331c (patch) | |
| tree | 18b31cdda2f460408ecc86b929344ae73659b0bf /coq.opam | |
| parent | 869f731439b7fe034067bb550b60713b9b790f5b (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.opam | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ] ] |
