Skip to content

Commit

Permalink
Merge pull request #162 from RustScan/ba-reduce-binary-size
Browse files Browse the repository at this point in the history
Reduce binary size from 2.4MB to 1.9MB
  • Loading branch information
bee-san committed Aug 24, 2020
2 parents 61b8724 + 499ff66 commit 4f5dd20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Expand Up @@ -16,8 +16,6 @@ exclude = [
"rustscan-debbuilder/*",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
colored = "2.0.0"
structopt = "0.3.16"
Expand All @@ -36,3 +34,7 @@ ansi_term = "0.12.1"
[package.metadata.deb]
depends = "$auto, nmap"
section = "rust"

[profile.release]
lto = true
panic = 'abort'

0 comments on commit 4f5dd20

Please sign in to comment.