fix build

This commit is contained in:
Simon Cruanes 2024-01-10 10:42:19 -05:00
parent 987b57191c
commit 43cc061096
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -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))

View file

@ -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))