From 646c10d95a33d9660e90809a05c657d4db7f936f Mon Sep 17 00:00:00 2001 From: Edo Date: Mon, 27 Nov 2023 00:10:45 +0100 Subject: [PATCH] maint(cargo): undo addition of "symbols" option since it does nothing --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b714b4f..e22cc70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,6 @@ build = "res/build.rs" [profile.release] opt-level = "s" -# Symbols are a nice thing -debug = true - panic = "abort" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html