From 83e4915ab288e20a4abf585f2dd8027b6ec55652 Mon Sep 17 00:00:00 2001 From: ThePuzzlemaker Date: Mon, 2 Aug 2021 21:45:42 -0500 Subject: [PATCH] Remove profiling release profile --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f00d2ba9..3cff6528 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,8 +66,3 @@ search = ["elasticlunr-rs", "ammonia"] [[bin]] doc = false name = "mdbook" - -# For profiling only. -# If this ends up uncommented in a commit, let me know. -[profile.release] -debug = true