From 4bc4d6e871d26abe9d4e4a0b3091bdf890374fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Fri, 11 May 2018 01:50:58 +0200 Subject: [PATCH] Dune: use `linkall` for `tezos-shell-services` So that non-explictly-linked errors are still properly parsed and pretty-printed. --- src/lib_shell_services/jbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib_shell_services/jbuild b/src/lib_shell_services/jbuild index aaa55dfdc..8154a5d62 100644 --- a/src/lib_shell_services/jbuild +++ b/src/lib_shell_services/jbuild @@ -6,6 +6,7 @@ (libraries (tezos-base)) (flags (:standard -w +27@8 -safe-string + -linkall -open Tezos_base__TzPervasives)))) (alias