mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-21 16:56:41 -05:00
10 lines
321 B
Common Lisp
10 lines
321 B
Common Lisp
; vim:ft=lisp:
|
|
|
|
(executable
|
|
((name main_test)
|
|
(libraries (dagon_sat dagon.backend dagon.th_sat dolmen))
|
|
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -color always -safe-string -open Dagon_sat))
|
|
(ocamlopt_flags (:standard -O3 -bin-annot
|
|
-unbox-closures -unbox-closures-factor 20))
|
|
))
|
|
|