From 43cc061096fd09e392f5205919832175dfbacf17 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 10 Jan 2024 10:42:19 -0500 Subject: [PATCH] fix build --- src/fuchsia/dune | 2 +- src/fuchsia/write/dune | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fuchsia/dune b/src/fuchsia/dune index f67f2d4..a63403b 100644 --- a/src/fuchsia/dune +++ b/src/fuchsia/dune @@ -6,4 +6,4 @@ (synopsis "A high-performance backend for trace, emitting a Fuchsia trace into a file") (libraries trace.core trace.private.util thread-local-storage (re_export trace-fuchsia.write) bigarray - mtime mtime.clock.os atomic unix threads)) + mtime mtime.clock.os unix threads)) diff --git a/src/fuchsia/write/dune b/src/fuchsia/write/dune index b728e53..e7b410d 100644 --- a/src/fuchsia/write/dune +++ b/src/fuchsia/write/dune @@ -3,7 +3,7 @@ (name trace_fuchsia_write) (public_name trace-fuchsia.write) (synopsis "Serialization part of trace-fuchsia") - (ocamlopt_flags :standard -S + (ocamlopt_flags :standard ;-dlambda ) (libraries trace.core threads))