From 49bc3ee367fc375d2d5b3764fe2e9f9e50fd838a Mon Sep 17 00:00:00 2001 From: Tom Gowan Date: Wed, 7 Nov 2018 23:14:34 +1100 Subject: [PATCH] remove release symbols --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4c191d4..5fa15b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,9 +8,6 @@ documentation = "https://docs.rs/cpal" license = "Apache-2.0" keywords = ["audio", "sound"] -[profile.release] -debug = true - [dependencies] failure = "0.1.5" lazy_static = "1.3"