Skip to content

Commit

Permalink
[SOL] Set 32 bits for SBF minimum enum size (anza-xyz#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Jul 10, 2024
1 parent d4c550d commit b11627e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_target/src/spec/base/sbf_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ SECTIONS
requires_lto: false,
singlethread: true,
vendor: "solana".into(),
c_enum_min_bits: Some(32),
.. Default::default()
}
}

0 comments on commit b11627e

Please sign in to comment.