aboutsummaryrefslogtreecommitdiffhomepage
path: root/META.coq
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-05-22 10:49:47 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-05-22 11:15:49 +0200
commit3bf8320cb8614db81c366c9fb0bdea367e81441a (patch)
tree388318375b9bda891bd1f96da50811468e9999dc /META.coq
parent61e088161858fa7e6ff494cadd7362b9deccd438 (diff)
[build] Add -cclib -lcoqrun options to build of kernel.cmxa.
It seems that it is standard practice in the OCaml world to set the `-cclib` flags at library creation time, at least in native libraries. Indeed, this seems to make linking easier as seen for example in #7563.
Diffstat (limited to 'META.coq')
-rw-r--r--META.coq3
1 files changed, 0 insertions, 3 deletions
diff --git a/META.coq b/META.coq
index 3414ccbd4..570d9ce79 100644
--- a/META.coq
+++ b/META.coq
@@ -57,9 +57,6 @@ package "vm" (
# We currently prefer static linking of the VM.
archive(byte) = "libcoqrun.a"
linkopts(byte) = "-custom"
-
- linkopts(native) = "-cclib -lcoqrun"
-
)
package "kernel" (