TODO: drop opt-level=s

This commit is contained in:
Jorge Aparicio
2018-04-26 07:57:34 +02:00
parent a35486b2f4
commit 3a4a5be709

View File

@@ -35,4 +35,4 @@ version = "0.2.1"
[profile.release]
debug = true
lto = true
opt-level = "s"
opt-level = "s" # TODO remove; this flag requires nightly