9b33264ed1
The optimized builders run with binaryen which by default strips static symbols (in all -Ox modes). So we'll pass `--no-strip-wasm` to `dart compile wasm` in order to keep the static symbols. This makes stack traces have the symbols in them which will make tests that rely on that more likely to work. Change-Id: I9e0eab8c4ec50ef3a7208551d04a80e9ffa009e8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/406241 Reviewed-by: Ömer Ağacan <omersa@google.com> Commit-Queue: Martin Kustermann <kustermann@google.com>