mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-21 16:56:41 -05:00
13 lines
362 B
Common Lisp
13 lines
362 B
Common Lisp
; vim:ft=lisp:
|
|
|
|
(library
|
|
((name minismt_mcsat)
|
|
(public_name minismt.mcsat)
|
|
(libraries (msat minismt minismt.smt))
|
|
(synopsis "mcsat interface")
|
|
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -color always -safe-string -open Msat))
|
|
(ocamlopt_flags (:standard -O3 -bin-annot
|
|
-unbox-closures -unbox-closures-factor 20))
|
|
))
|
|
|
|
|