diff --git a/Cargo.toml b/Cargo.toml index 88a8484c3197bf4a5bd00df636cb414130404edf..518fce00b10f6e5413c64c8b507199491971da81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,9 @@ 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"