Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Apr 5, 2024
1 parent ec09015 commit 3a6d686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl PackageMetadata {
let default = profile == "release";

self.profile
.get("release")
.get(profile)
.and_then(|p| p.strip_symbols)
.unwrap_or(default)
}
Expand Down

0 comments on commit 3a6d686

Please sign in to comment.