Skip to content

Releases: evanwporter/muuk

v0.1.2

14 Oct 11:28

Choose a tag to compare

v0.1.0

11 May 20:22

Choose a tag to compare

This is the v0.1.0 release. I'd say this puts the entire project into beta status

This release adds default profile settings (debug and release). There's a limited selection of settings at the moment. But more will come soon.

The defaults are:

[profile.debug]
opt-level = 0
debug = true
debug-assertions = true
lto = false
[profile.release]
opt-level = 3
debug = false
debug-assertions = false
lto = true

intermediate build

11 May 20:10

Choose a tag to compare

added default profiles `release` and `debug`

* added profile settings
* added specification of sanitizers

v0.0.5

10 May 18:34

Choose a tag to compare

Full Changelog: v0.0.4-alpha...v0.0.5

v0.0.4

08 May 19:20

Choose a tag to compare

v0.0.4-alpha

v0.0.3-alpha

05 May 19:41

Choose a tag to compare

Changed how build artifacts are stored in the build directory. Now its more like how CMake does it.

v0.0.2-alpha

28 Apr 02:10

Choose a tag to compare

v0.0.1-alpha

23 Apr 19:58

Choose a tag to compare