diff options
| author | Maxime Dénès | 2017-12-18 19:00:36 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-18 19:00:36 +0100 |
| commit | 62133e7aa410d6120279c10954d585a61301a2ea (patch) | |
| tree | 4ad3c94769c4844cb99a7375328a0e98fad68bcf /META.coq | |
| parent | 015c9549d15e236f653b528747c1c528eff26e3c (diff) | |
| parent | afd9f3621d5c8c12c8d52bd233c77a92bd3afe16 (diff) | |
Merge PR #6447: [make] More build fixes for static plugins and ocamlfind.
Diffstat (limited to 'META.coq')
| -rw-r--r-- | META.coq | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -47,13 +47,17 @@ package "vm" ( directory = "kernel/byterun" -# We should generate this file at configure time for local byte builds -# to work properly. - -# Enable this setting for local byte builds, disabling the one below. +# We could generate this file at configure time for the share byte +# build path to work properly. +# +# Enable this setting for local byte builds if you want dynamic linking: +# # linkopts(byte) = "-dllpath path_to_coq/kernel/byterun/ -dllib -lcoqrun" - linkopts(byte) = "-dllib -lcoqrun" +# We currently prefer static linking of the VM. + archive(byte) = "libcoqrun.a" + linkopts(byte) = "-custom" + linkopts(native) = "-cclib -lcoqrun" ) |
