(executable
 (public_name iec_checker)
 (libraries core clap re iec_checker.lib iec_checker.parser
   iec_checker.core iec_checker.analysis)
 ; Enable for debugging:
 ; (modes byte)
 (preprocess
  (pps ppx_variants_conv ppx_jane)))

(env
 (dev
  (flags
   ; Make warnings non-fatal
   (:standard -warn-error -A)))
 (release
  (ocamlopt_flags :standard -ccopt -static)))
