There was an error fetching the commit references. Please try again later.
removed the symbol strip per the discussions in PR #66
... | @@ -9,9 +9,6 @@ keywords = ["simple", "http", "server", "static", "file"] | ... | @@ -9,9 +9,6 @@ keywords = ["simple", "http", "server", "static", "file"] |
repository = "https://github.com/TheWaWaR/simple-http-server" | repository = "https://github.com/TheWaWaR/simple-http-server" | ||
edition = "2018" | edition = "2018" | ||
[profile.release] | |||
strip = "symbols" | |||
[dependencies] | [dependencies] | ||
clap = "2.33.0" | clap = "2.33.0" | ||
termcolor = "1.0.5" | termcolor = "1.0.5" | ||
... | ... |
Please register or sign in to comment