Skip to content

Commit e60da85

Browse files
committed
feat: make profiling profile inherit dist profile
1 parent becc816 commit e60da85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,5 +446,5 @@ lto = "thin"
446446
codegen-units = 1
447447

448448
[profile.profiling]
449-
inherits = "release"
449+
inherits = "dist"
450450
debug = "line-tables-only"

hermit-builtins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lto = "thin"
1515
codegen-units = 1
1616

1717
[profile.profiling]
18-
inherits = "release"
18+
inherits = "dist"
1919
debug = "line-tables-only"
2020

2121
[workspace]

0 commit comments

Comments
 (0)