diff --git a/Cargo.toml b/Cargo.toml index e619db06cebcd199e5aaccd5a18abc6c9ab1fbdd..6e49ced31af8ac06e0ac9b0a1bef6c2d08521421 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"