mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-22 01:06:43 -05:00
12 lines
323 B
Text
12 lines
323 B
Text
|
|
(library
|
|
(name sidekick_tef)
|
|
(public_name sidekick.tef)
|
|
(synopsis "profiling backend based on TEF")
|
|
(flags :standard -warn-error -a+8)
|
|
(libraries
|
|
sidekick.util unix threads
|
|
(select Sidekick_tef.ml from
|
|
(mtime mtime.clock.os -> Sidekick_tef.real.ml)
|
|
(-> Sidekick_tef.dummy.ml)))
|
|
(optional))
|