Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! Use packaged version…
Browse files Browse the repository at this point in the history
… of mpfr
  • Loading branch information
thvnx committed Sep 6, 2024
1 parent 29563c4 commit d5f23d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
(flags
(:standard -w +42 -ccopt -L/usr/local/lib))
(c_flags
(:standard -O2 -Wall -Wextra -g -L/usr/local/lib))
(:include c_flags.sexp));-O2 -Wall -Wextra -g -L/usr/local/lib))
(env-vars
(LD_LIBRARY_PATH /usr/local/lib)))
(release
(flags
(:standard -warn-error))
(c_flags
(:standard -O2 -Werror))))

(rule
(targets c_flags.sexp c_library_flags.sexp)
(action
(run ./src/config/discover.exe)))

0 comments on commit d5f23d9

Please sign in to comment.