mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +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 {
|
pub(crate) fn opts() -> TargetOptions {
|
||||||
TargetOptions {
|
TargetOptions {
|
||||||
abi: "vec-extabi".into(),
|
abi: "vec-extabi".into(),
|
||||||
code_model: Some(CodeModel::Small),
|
code_model: Some(CodeModel::Large),
|
||||||
cpu: "pwr7".into(),
|
cpu: "pwr7".into(),
|
||||||
os: "aix".into(),
|
os: "aix".into(),
|
||||||
vendor: "ibm".into(),
|
vendor: "ibm".into(),
|
||||||
|
Loading…
Reference in New Issue
Block a user