remove release customization and embrace dev as the default

This commit is contained in:
Carter Anderson 2020-04-06 15:43:38 -07:00
parent b19e3004b8
commit ab86487215

View File

@ -40,9 +40,5 @@ rand = "0.7.2"
serde_json = "1.0"
env_logger = "0.7"
[profile.release]
debug = true
incremental = true
[profile.dev]
opt-level = 3