Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

solvuu-build 0.3.0

Latest
Compare
Choose a tag to compare
@agarwal agarwal released this 14 Mar 19:55
· 13 commits to master since this release
  • Support additional OCaml compiler flags, particularly those relating to flambda and compilation of C code. See #42, #50, 77c8048.
  • Improve build times of targets in generated Makefile. See #58.
  • ⚠️ Allow faster building of static files. Backwards incompatibility: type of Project.build_static_file has changed. See #58.
  • ⚠️ Make installation of libs optional. Backwards incompatibility: pkg argument to make lib is now optional, renamed to install, and of a different type. See #35.
  • App installation is now optional. See #60.
  • Bug fixes. See #21, #51, #57.