mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-11 13:38:43 -05:00
13 lines
364 B
Common Lisp
13 lines
364 B
Common Lisp
; vim:ft=lisp:
|
|
|
|
(library
|
|
((name minismt_sat)
|
|
(public_name minismt.sat)
|
|
(libraries (msat msat.tseitin minismt dolmen))
|
|
(synopsis "sat 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))
|
|
))
|
|
|
|
|