https://gitlab.com/tezos/tezos
Raw File
Tip revision: 76ebaf8184eda2987d079297ce71663d6d46dbee authored by Diana Savatina on 03 April 2024, 11:45:30 UTC
profiler_lib: minor comments from Ryan
Tip revision: 76ebaf8
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name main_accuser_alpha)
 (public_name octez-accuser-alpha)
 (package octez-accuser-alpha)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.clic
  tezos-protocol-alpha.protocol
  octez-protocol-alpha-libs.client
  octez-shell-libs.client-commands
  octez-protocol-alpha-libs.baking-commands
  octez-libs.stdlib-unix
  octez-shell-libs.client-base-unix)
 (link_flags
  (:standard)
  (:include %{workspace_root}/static-link-flags.sexp)
  (:include %{workspace_root}/macos-link-flags.sexp))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_protocol_alpha
  -open Tezos_client_alpha
  -open Tezos_client_commands
  -open Tezos_baking_alpha_commands
  -open Tezos_stdlib_unix
  -open Tezos_client_base_unix))
back to top