Apply suggestions from workingjubilee's code review
Co-authored-by: Jubilee <workingjubilee@gmail.com>
This commit is contained in:
parent
2287491480
commit
139ca10f65
3 changed files with 13 additions and 12 deletions
|
@ -11,6 +11,8 @@ pub(crate) fn target() -> Target {
|
|||
panic_strategy: PanicStrategy::Abort,
|
||||
code_model: Some(CodeModel::Medium),
|
||||
has_rpath: false,
|
||||
// should be soft-float
|
||||
llvm_floatabi: None,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue