fix(build): Disable wasm-opt (0) to resolve validation errors, keep Rust z-opt
This commit is contained in:
@@ -4,7 +4,7 @@ resolver = "2"
|
||||
|
||||
# Optimize for size (aggressive)
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
|
||||
Reference in New Issue
Block a user