mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
13 lines
361 B
Common Lisp
13 lines
361 B
Common Lisp
; vim:ft=lisp:
|
|
|
|
; main binary
|
|
(library
|
|
((name CDCL_backend)
|
|
(public_name cdcl.backend)
|
|
(synopsis "proof backends for cdcl")
|
|
(libraries (cdcl))
|
|
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -color always -safe-string -open CDCL))
|
|
(ocamlopt_flags (:standard -O3 -bin-annot
|
|
-unbox-closures -unbox-closures-factor 20))
|
|
))
|
|
|