Skip to content

Commit

Permalink
Add hacky compilation flags to the multicore version
Browse files Browse the repository at this point in the history
  • Loading branch information
moazzammoriani committed Aug 22, 2022
1 parent b5301d2 commit 926f639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/multicore-numerical/dune
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
(executable
(name fannkuchredux_multicore)
(modules fannkuchredux_multicore)
(libraries domainslib))
(libraries domainslib)
(ocamlopt_flags -noassert -unsafe))

(alias
(name multibench_parallel)
Expand Down

0 comments on commit 926f639

Please sign in to comment.