mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-11 05:28:34 -05:00
13 lines
386 B
Common Lisp
13 lines
386 B
Common Lisp
|
|
; vim:ft=lisp:
|
|
|
|
; main binary
|
|
(executable
|
|
((name main)
|
|
(public_name msat_solver)
|
|
(package minismt)
|
|
(libraries (msat msat.backend minismt.sat minismt.smt minismt.mcsat dolmen))
|
|
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -color always -safe-string))
|
|
(ocamlopt_flags (:standard -O3 -color always
|
|
-unbox-closures -unbox-closures-factor 20))
|
|
))
|