Skip to content

Commit

Permalink
chore: update profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jun 26, 2024
1 parent 75b9b14 commit ae133bc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
10 changes: 8 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 13 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,19 @@ unnameable-types = "warn"
all = "warn"

[profile.release]
strip = "debuginfo"
opt-level = 3
lto = "thin"
debug = "line-tables-only"
strip = true
panic = "abort"
codegen-units = 1
incremental = false
codegen-units = 16

# Use the `--profile profiling` flag to show symbols in release mode.
# e.g. `cargo build --profile profiling`
[profile.profiling]
inherits = "release"
debug = 2
strip = false

[workspace.dependencies]
# compiler crates
Expand Down Expand Up @@ -120,8 +128,8 @@ itertools = "0.13"
libc = "0.2"
md-5 = "0.10"
memchr = "2.7"
rustc-hash = "1.1.0"
scoped-tls = "1.0.1"
rustc-hash = "2.0"
scoped-tls = "1.0"
semver = "1.0"
smallvec = "1"
tikv-jemallocator = "0.5.4"
Expand Down

0 comments on commit ae133bc

Please sign in to comment.