sidekick/examples/sudoku/dune
2023-10-06 22:04:15 -04:00

14 lines
329 B
Text

(executable
(name sudoku_solve)
(modes native)
(libraries
sidekick.core
sidekick.util
sidekick.sat
trace-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))