sidekick/examples/sudoku/dune
2021-12-07 21:29:51 -05:00

11 lines
365 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))