Skip to content

Commit

Permalink
chore: compile with -O3
Browse files Browse the repository at this point in the history
  • Loading branch information
rbjorklin committed Oct 24, 2021
1 parent d30efe7 commit 4f24734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
(dev
(flags (:standard)))
(release
(flags (:standard -cclib -static -cclib -no-pie))))
(flags (:standard -cclib -static -cclib -no-pie))
(ocamlopt_flags (:standard -O3))))

0 comments on commit 4f24734

Please sign in to comment.