Skip to content

Commit

Permalink
Avoid compile-error because of truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Nov 21, 2023
1 parent 96779e1 commit eba933c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
(debug-runtime
(link_flags :standard -runtime-variant=d)
(env-vars
(MCTUTILS_TRUNCATE 50)))
(MCTUTILS_TRUNCATE 5000000)))
(_
(env-vars
(MCTUTILS_TRUNCATE 50)))
(MCTUTILS_TRUNCATE 5000000)))
)

;; make `dune build` target a recursive default target
Expand Down

0 comments on commit eba933c

Please sign in to comment.