From e6f2dace8226adc3051090010b390b65fbad58cc Mon Sep 17 00:00:00 2001 From: Toshit Chawda Date: Tue, 26 Mar 2024 20:25:35 -0700 Subject: [PATCH] remove debuginfo from epoxy-client by default --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c6f7363..f84d461 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,3 +15,4 @@ opt-level = 3 [profile.release.package.epoxy-client] opt-level = 'z' +debug = false