sidekick/examples/sudoku/dune
2022-07-14 22:09:13 -04:00

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))