mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
change aix default codemodel=large
This commit is contained in:
parent
8575f8f91b
commit
89b70b9196
@ -4,7 +4,7 @@ use crate::spec::{Cc, CodeModel, LinkOutputKind, LinkerFlavor, TargetOptions, cr
|
||||
pub(crate) fn opts() -> TargetOptions {
|
||||
TargetOptions {
|
||||
abi: "vec-extabi".into(),
|
||||
code_model: Some(CodeModel::Small),
|
||||
code_model: Some(CodeModel::Large),
|
||||
cpu: "pwr7".into(),
|
||||
os: "aix".into(),
|
||||
vendor: "ibm".into(),
|
||||
|
Loading…
Reference in New Issue
Block a user