Skip to content

Commit

Permalink
Sync coq/coqide dev packages with (safer, slower) release settings
Browse files Browse the repository at this point in the history
These opam packages are currently used as templates for releases.
See discussion at ocaml/opam-repository#16908 and
ocaml/opam-repository#16876 (comment).

Only done for 8.12 and dev, which will be used in the future.

The resulting packages are safer and slower (for flambda users); fixing that
will require a more proper fix (such as ocaml/opam-repository#16887).
  • Loading branch information
Blaisorblade committed Jul 29, 2020
1 parent 8ea212e commit b8d1395
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core-dev/packages/coq/coq.8.12.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build: [
"-libdir" "%{lib}%/coq"
"-datadir" "%{share}%/coq"
"-coqide" "no"
"-flambda-opts" "-O3 -unbox-closures"
"-native-compiler" {os = "macos"} "no" {os = "macos"}
]
[make "-j%{jobs}%"]
[make "-j%{jobs}%" "byte"]
Expand Down
2 changes: 1 addition & 1 deletion core-dev/packages/coq/coq.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build: [
"-libdir" "%{lib}%/coq"
"-datadir" "%{share}%/coq"
"-coqide" "no"
"-flambda-opts" "-O3 -unbox-closures"
"-native-compiler" {os = "macos"} "no" {os = "macos"}
]
[make "-j%{jobs}%"]
[make "-j%{jobs}%" "byte"]
Expand Down
2 changes: 1 addition & 1 deletion core-dev/packages/coqide/coqide.8.12.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build: [
"-docdir" doc
"-libdir" "%{lib}%/coq"
"-datadir" "%{share}%/coq"
"-flambda-opts" "-O3 -unbox-closures"
"-native-compiler" {os = "macos"} "no" {os = "macos"}
]
[make "-j%{jobs}%" "coqide-files"]
[make "-j%{jobs}%" "coqide-opt"]
Expand Down
2 changes: 1 addition & 1 deletion core-dev/packages/coqide/coqide.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build: [
"-docdir" doc
"-libdir" "%{lib}%/coq"
"-datadir" "%{share}%/coq"
"-flambda-opts" "-O3 -unbox-closures"
"-native-compiler" {os = "macos"} "no" {os = "macos"}
]
[make "-j%{jobs}%" "coqide-files"]
[make "-j%{jobs}%" "coqide-opt"]
Expand Down

0 comments on commit b8d1395

Please sign in to comment.