runtime: remove needless build profile. (#32)

This commit is contained in:
Toby Lawrence 2019-07-07 14:51:59 -04:00 committed by GitHub
parent d459db8084
commit 8c4e130170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -16,11 +16,6 @@ readme = "README.md"
keywords = ["metrics", "telemetry", "histogram", "counter", "gauge"]
[profile.release]
debug = true
opt-level = 3
lto = true
[features]
default = ["exporters", "recorders"]
exporters = ["metrics-exporter-log", "metrics-exporter-http"]