Skip to content

Commit edfd676

Browse files
fix: recover debug info (#247)
## What ❔ <!-- What are the changes this PR brings about? --> <!-- Example: This PR adds a PR template to the repo. --> <!-- (For bigger PRs adding more context is appreciated) --> ## Why ❔ <!-- Why are these changes done? What goal do they contribute to? What are the principles behind them? --> <!-- The `Why` has to be clear to non-Matter Labs entities running their own ZK Chain --> <!-- Example: PR templates ensure PR reviewers, observers, and future iterators are in context about the evolution of repos. --> ## Is this a breaking change? - [ ] Yes - [ ] No ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted. --------- Co-authored-by: zksync-era-bot <zksync-era-bot@users.noreply.github.com>
1 parent 71a5ebd commit edfd676

File tree

7 files changed

+0
-1
lines changed

7 files changed

+0
-1
lines changed

zksync_os/.cargo/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ rustflags = [
1010
"--remap-path-prefix= /=/src",
1111
"-C", "link-arg=--build-id=sha1",
1212
"-C", "codegen-units=1",
13-
"-C", "debuginfo=0",
1413
]
1514

1615

zksync_os/app.bin

2.47 KB
Binary file not shown.

zksync_os/evm_replay.bin

1.81 KB
Binary file not shown.

zksync_os/multiblock_batch.bin

1.97 KB
Binary file not shown.
1.94 KB
Binary file not shown.

zksync_os/server_app.bin

2.47 KB
Binary file not shown.
1.28 KB
Binary file not shown.

0 commit comments

Comments
 (0)