mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
11 lines
348 B
Text
11 lines
348 B
Text
|
|
(library
|
|
(name Sidekick_sat)
|
|
(public_name sidekick.sat)
|
|
(synopsis "core SAT solver for Sidekick")
|
|
(libraries sidekick.util)
|
|
(flags :standard -w +a-4-42-44-48-50-58-32-60@8
|
|
-color always -safe-string -open Sidekick_util)
|
|
(ocamlopt_flags :standard -O3 -bin-annot
|
|
-unbox-closures -unbox-closures-factor 20)
|
|
)
|