diff --git a/.github/scripts/downstream-project-spl-common.sh b/.github/scripts/downstream-project-spl-common.sh index e70c10d070b7e9..9de43071976f05 100644 --- a/.github/scripts/downstream-project-spl-common.sh +++ b/.github/scripts/downstream-project-spl-common.sh @@ -25,6 +25,9 @@ fi ./patch.crates-io.sh "$SOLANA_DIR" +echo "[profile.dev.package.curve25519-dalek] +opt-level = 3" >> Cargo.toml + # anza migration stopgap. can be removed when agave is fully recommended for public usage. sed -i 's/solana-geyser-plugin-interface/agave-geyser-plugin-interface/g' ./Cargo.toml