mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
fix build
This commit is contained in:
parent
987b57191c
commit
43cc061096
2 changed files with 2 additions and 2 deletions
|
|
@ -6,4 +6,4 @@
|
||||||
(synopsis "A high-performance backend for trace, emitting a Fuchsia trace into a file")
|
(synopsis "A high-performance backend for trace, emitting a Fuchsia trace into a file")
|
||||||
(libraries trace.core trace.private.util thread-local-storage
|
(libraries trace.core trace.private.util thread-local-storage
|
||||||
(re_export trace-fuchsia.write) bigarray
|
(re_export trace-fuchsia.write) bigarray
|
||||||
mtime mtime.clock.os atomic unix threads))
|
mtime mtime.clock.os unix threads))
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
(name trace_fuchsia_write)
|
(name trace_fuchsia_write)
|
||||||
(public_name trace-fuchsia.write)
|
(public_name trace-fuchsia.write)
|
||||||
(synopsis "Serialization part of trace-fuchsia")
|
(synopsis "Serialization part of trace-fuchsia")
|
||||||
(ocamlopt_flags :standard -S
|
(ocamlopt_flags :standard
|
||||||
;-dlambda
|
;-dlambda
|
||||||
)
|
)
|
||||||
(libraries trace.core threads))
|
(libraries trace.core threads))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue