From f1d41687ea3d3b17579d393d3a7608115aac7822 Mon Sep 17 00:00:00 2001 From: yihau Date: Sun, 1 Sep 2024 14:32:52 +0800 Subject: [PATCH] remove opt level hack --- .github/scripts/downstream-project-spl-common.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/scripts/downstream-project-spl-common.sh b/.github/scripts/downstream-project-spl-common.sh index 9de43071976f05..e70c10d070b7e9 100644 --- a/.github/scripts/downstream-project-spl-common.sh +++ b/.github/scripts/downstream-project-spl-common.sh @@ -25,9 +25,6 @@ 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