From dd5bbeff182102bf51af05576440213ff491ce59 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Fri, 9 May 2025 13:42:23 -0600 Subject: [PATCH] Remove profile from child crate --- tools/Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/Cargo.toml b/tools/Cargo.toml index a55b815..ee1f817 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -81,10 +81,3 @@ clap = { version = "4.5" } plist = { version = "1.7" } ns-keyed-archive = "0.1.2" uuid = "1.16" - -# When testing the pair binary, creating certificates takes forever -[profile.dev.package.idevice] -opt-level = 3 - -[profile.dev] -opt-level = 3