From 00d0bfced902e97eeae5257c14134d4bc7efc710 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Thu, 18 Jan 2024 10:58:36 -0600 Subject: Commands to interact with discocaml, associated IPC. --- discocaml/dune | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'discocaml/dune') diff --git a/discocaml/dune b/discocaml/dune index 02fcc09..695d78f 100644 --- a/discocaml/dune +++ b/discocaml/dune @@ -1,7 +1,9 @@ (executable - (libraries compiler-libs.common) + (flags + (:standard -cclib -static -cclib -lm)) + (libraries compiler-libs.common yojson) (name main) (package discocaml) (preprocess - (staged_pps ppx_import ppx_deriving.show)) + (staged_pps ppx_import ppx_deriving.show ppx_deriving_yojson)) (public_name discocaml)) -- cgit v1.2.3