Skip to content

Commit

Permalink
Use Rust symbol mangling by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiasko committed Jul 16, 2021
1 parent 212ab82 commit 083d4a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_session/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ impl DebuggingOptions {
}

pub fn get_symbol_mangling_version(&self) -> SymbolManglingVersion {
self.symbol_mangling_version.unwrap_or(SymbolManglingVersion::Legacy)
self.symbol_mangling_version.unwrap_or(SymbolManglingVersion::V0)
}
}

Expand Down
File renamed without changes.

0 comments on commit 083d4a3

Please sign in to comment.