diff --git a/Cargo.toml b/Cargo.toml index a55eff8..ad3cd9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,3 @@ libc = "0.2.148" libloading = "0.8.0" parking_lot = "0.12.1" sneks = "0.1.2" - -[profile.release] -# Do not strip symbols in the release binary so the replay command can link to the HostIO symbols. -strip = "none" diff --git a/main/Cargo.toml b/main/Cargo.toml index 201fa2b..3701d43 100644 --- a/main/Cargo.toml +++ b/main/Cargo.toml @@ -52,7 +52,3 @@ alloy-signer-local = { version = "0.2.1", features = ["keystore"] } alloy-signer = "0.2.1" alloy-transport = "0.2.1" wasmprinter = "0.221.2" - -[profile.release] -# Do not strip symbols in the release binary so the replay command can link to the HostIO symbols. -strip = "none"