mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
9 lines
310 B
Text
9 lines
310 B
Text
|
|
(executable
|
|
(name sudoku_solve)
|
|
(modes native)
|
|
(libraries sidekick.core sidekick.util sidekick.sat 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))
|
|
|