Skip to content

Commit

Permalink
full and splitted debug info
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Sep 13, 2023
1 parent 228593d commit 13bdd8a
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 44 deletions.
82 changes: 41 additions & 41 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ members = [
resolver = "2"

[workspace.package]
version = "1.1.0-alpha"
version = "1.3.0-alpha"
edition = "2021"
homepage = "https://github.com/risingwavelabs/risingwave"
keywords = ["sql", "database", "streaming"]
Expand Down Expand Up @@ -173,8 +173,9 @@ redundant_explicit_links = "allow"
lto = 'off'

[profile.release]
debug = 1
lto = 'thin'
debug = "full"
split-debuginfo = "packed"
lto = "thin"

# The profile used for CI in main branch.
# This profile inherits from the release profile, but turns on some checks and assertions for us to
Expand Down
Loading

0 comments on commit 13bdd8a

Please sign in to comment.