diff --git a/Cargo.toml b/Cargo.toml index 0b95c18..2379425 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biodivine-aeon-server" -version = "0.4.0-alpha.1" +version = "0.4.0-alpha.2" authors = ["Samuel Pastva "] edition = "2018" default-run = "biodivine-aeon-server" @@ -11,9 +11,9 @@ rustdoc-args = ["--html-in-header", "docs-head.html"] [profile.release] # This is important for profiling - otherwise we would get unreadable traces. -debug = true +#debug = true # This gives a marginally better runtime, but a much much longer compile times, so disabled by default. -#lto = true +lto = true [dependencies] biodivine-lib-bdd = "0.2.1"