mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 05:03:59 -05:00
12 lines
341 B
Common Lisp
12 lines
341 B
Common Lisp
; vim:ft=lisp:
|
|
|
|
(library
|
|
((name CDCL_tseitin)
|
|
(public_name dagon.tseitin)
|
|
(synopsis "Tseitin transformation for CDCL")
|
|
(libraries ())
|
|
(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))
|
|
))
|
|
|