mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 12:15:48 -05:00
- move to jbuilder - use a functorial heap (with indices embedded in lit/var) - update Vec with optims from mc2 - change semantics of Vec.shrink - use new Log module
13 lines
350 B
Common Lisp
13 lines
350 B
Common Lisp
; vim:ft=lisp:
|
|
|
|
; main binary
|
|
(library
|
|
((name msat_backend)
|
|
(public_name msat.backend)
|
|
(synopsis "proof backends for msat")
|
|
(libraries (msat))
|
|
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -color always -safe-string))
|
|
(ocamlopt_flags (:standard -O3 -bin-annot
|
|
-unbox-closures -unbox-closures-factor 20))
|
|
))
|
|
|