Skip to content

Commit

Permalink
Revert "Fix replay command in MacOS"
Browse files Browse the repository at this point in the history
This reverts commit b489394.
  • Loading branch information
gligneul committed Jan 14, 2025
1 parent 90aa2d5 commit 53bc067
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 0 additions & 4 deletions main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 53bc067

Please sign in to comment.