mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Passing the --causal-async-stacks flag to the VM will cause it to error on VM startup. The VM will remove the flag entirely, but before doing so we'll have to remove usages of the negated version of the flag, namely --no-causal-async-stacks.