We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8575f8f commit 89b70b9Copy full SHA for 89b70b9
compiler/rustc_target/src/spec/base/aix.rs
@@ -4,7 +4,7 @@ use crate::spec::{Cc, CodeModel, LinkOutputKind, LinkerFlavor, TargetOptions, cr
4
pub(crate) fn opts() -> TargetOptions {
5
TargetOptions {
6
abi: "vec-extabi".into(),
7
- code_model: Some(CodeModel::Small),
+ code_model: Some(CodeModel::Large),
8
cpu: "pwr7".into(),
9
os: "aix".into(),
10
vendor: "ibm".into(),
0 commit comments