Skip to content

Commit

Permalink
[SOL] Enable store-imm and less than (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte authored Feb 12, 2025
1 parent daaf2c7 commit 6ad71ce
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 @@ -99,6 +99,7 @@ pub fn opts() -> TargetOptions {
env: "".into(),
executables: true,
families: cvs!["solana"],
features: "+store-imm,+jmp-ext".into(),
link_script: Some(V0_LINKER_SCRIPT.into()),
linker: Some("rust-lld".into()),
linker_flavor: LinkerFlavor::Gnu(Cc::No, Lld::Yes),
Expand Down

0 comments on commit 6ad71ce

Please sign in to comment.