This release contains LLVM BPF backend that enables Solana extension
by a command line option. To compile contracts for Solana network use
the clang command line option -march=bpfel+solana. Rust compiler
internally enables Solana extensions and doesn't require new command
line options.
This release contains LLVM BPF backend that enables Solana extension by a command line option. To compile contracts for Solana network use the clang command line option -march=bpfel+solana. Rust compiler internally enables Solana extensions and doesn't require new command line options.