From 4413bd2bec1be4a3e515cd28ac4e7b405358157a Mon Sep 17 00:00:00 2001 From: k4yt3x <i@k4yt3x.com> Date: Fri, 15 Apr 2022 04:10:04 +0000 Subject: [PATCH] removed the symbol strip per the discussions in PR #66 --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e619db0..6e49ced 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,9 +9,6 @@ keywords = ["simple", "http", "server", "static", "file"] repository = "https://github.com/TheWaWaR/simple-http-server" edition = "2018" -[profile.release] -strip = "symbols" - [dependencies] clap = "2.33.0" termcolor = "1.0.5" -- GitLab