mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-11 05:28:34 -05:00
- basic types, including terms and nodes (internalized terms) - congruence closure - utils
9 lines
324 B
Common Lisp
9 lines
324 B
Common Lisp
; vim:ft=lisp:
|
|
|
|
(library
|
|
((name CDCL_smt)
|
|
(public_name cdcl.smt)
|
|
(libraries (containers containers.data sequence cdcl))
|
|
(flags (:standard -w +a-4-44-58-60@8 -color always -safe-string -short-paths))
|
|
(ocamlopt_flags (:standard -O3 -color always
|
|
-unbox-closures -unbox-closures-factor 20))))
|