solana/programs
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
..
bpf Remove O2 option for compiling BPF programs (#17865) 2021-06-10 05:04:17 +00:00
bpf_loader Blake3 syscall (#17358) 2021-06-08 11:04:10 -07:00
config Bump serde from 1.0.122 to 1.0.126 (#17618) 2021-05-31 22:41:25 +00:00
exchange Bump serde from 1.0.122 to 1.0.126 (#17618) 2021-05-31 22:41:25 +00:00
failure Bump version to v1.8.0 (#17541) 2021-05-27 08:51:53 -07:00
noop Bump version to v1.8.0 (#17541) 2021-05-27 08:51:53 -07:00
ownable Bump version to v1.8.0 (#17541) 2021-05-27 08:51:53 -07:00
secp256k1 chore: bump libsecp256k1 from 0.3.5 to 0.5.0 (#17734) 2021-06-04 13:09:35 -06:00
stake chore: bump rustc_version from 0.2.3 to 0.4.0 (#17854) 2021-06-09 16:57:39 +00:00
vote chore: bump rustc_version from 0.2.3 to 0.4.0 (#17854) 2021-06-09 16:57:39 +00:00