https://gitlab.com/tezos/tezos
Raw File
Tip revision: 11a2bffc7a6d46219ad5b9450655649a9fea49c8 authored by Emma Turner on 25 January 2024, 15:19:30 UTC
Kernel/EVM: ignore priority fee
Tip revision: 11a2bff
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_base.TzPervasives.Error_monad.Legacy_monad_globals
  -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