solana/sdk
Dmitri Makarov 2fe211c5e0
Remove O2 option for compiling BPF programs (#17865)
rustc default compiler optimization level is O3. This change removes
the option that overrides the default optimization level, because it
is safe to do so.  The code generation is incorrect in some cases
because of link-time optimizations, which remain disabled for
compiling BPF programs.  In addition, this commit updates the expected
instruction counts for assert_instruction_count test.
2021-06-10 05:04:17 +00:00
..
benches Drop write lock on sysvars (#15497) 2021-03-30 10:05:09 -07:00
bpf Remove O2 option for compiling BPF programs (#17865) 2021-06-10 05:04:17 +00:00
cargo-build-bpf Remove O2 option for compiling BPF programs (#17865) 2021-06-10 05:04:17 +00:00
cargo-test-bpf Bump version to v1.8.0 (#17541) 2021-05-27 08:51:53 -07:00
docker-solana docker: Expose all ports in Dockerfile, add back localnet.sh (#16401) 2021-04-11 21:13:57 +02:00
macro Bump bs58 from 0.3.1 to 0.4.0 (#17573) 2021-05-28 18:30:34 +00:00
program chore: bump rustc_version from 0.2.3 to 0.4.0 (#17854) 2021-06-09 16:57:39 +00:00
src Blake3 syscall (#17358) 2021-06-08 11:04:10 -07:00
.gitignore
Cargo.toml chore: bump rustc_version from 0.2.3 to 0.4.0 (#17854) 2021-06-09 16:57:39 +00:00
Xargo.toml Initial population of solana-program-sdk 2020-10-24 08:37:55 -07:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00