1
Fork 0

Apply suggestions from workingjubilee's code review

Co-authored-by: Jubilee <workingjubilee@gmail.com>
This commit is contained in:
knickish 2025-01-04 12:52:19 -06:00 committed by GitHub
parent 2287491480
commit 139ca10f65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 12 deletions

View file

@ -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()
};