File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ repository = "https://github.com/nnethercote/counts"
1010keywords = [" cli" , " profiling" ]
1111categories = [" command-line-utilities" , " development-tools::profiling" ]
1212edition = " 2021"
13+ rust-version = " 1.59"
1314
1415[dependencies ]
1516regex-lite = " 0.1"
@@ -21,6 +22,17 @@ predicates = "3.0"
2122tempfile = " 3.0"
2223
2324# These options make the binary a bit smaller.
25+ # Data from v1.0.3, 2023-07-28:
26+ # --------------------------------------
27+ # config Linux Mac
28+ # --------------------------------------
29+ # base 4632976 773728
30+ # + lto = true 2340584 676192
31+ # + panic = abort 2313104 639032
32+ # + strip = "debuginfo" 486936 536496
33+ # -> strip = true 486968 464816
34+ # --------------------------------------
2435[profile .release ]
25- panic = " abort"
2636lto = true
37+ panic = " abort"
38+ strip = true
You can’t perform that action at this time.
0 commit comments