From 3bf8320cb8614db81c366c9fb0bdea367e81441a Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Tue, 22 May 2018 10:49:47 +0200 Subject: [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. --- META.coq | 3 --- 1 file changed, 3 deletions(-) (limited to 'META.coq') 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" ( -- cgit v1.2.3