mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
14 lines
332 B
Text
14 lines
332 B
Text
(executable
|
|
(name sudoku_solve)
|
|
(modes native)
|
|
(libraries
|
|
sidekick.core
|
|
sidekick.util
|
|
sidekick.sat
|
|
sidekick.tef ; for profiling
|
|
iter
|
|
containers)
|
|
(flags :standard -warn-error -a+8 -color always -safe-string
|
|
-strict-sequence)
|
|
(ocamlopt_flags :standard -O3 -bin-annot -unbox-closures
|
|
-unbox-closures-factor 20))
|