ce642d040f
The DART_VM_OPTIONS environment variable allows for users to specify a set of VM options to be processed by the Dart runtime in a self-contained executable created by `dart compile exe`. DART_VM_OPTIONS should be a comma separated list of options and flags with no whitespace. Options that accept multiple values as a list of comma separated values are not supported and will result in argument parsing failing. Fixes https://github.com/dart-lang/sdk/issues/54281 TEST=compile_test.dart Change-Id: I1d94ab1b992753a7dd69da722c051c9464d6d1cf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/353820 Reviewed-by: Siva Annamalai <asiva@google.com> Commit-Queue: Ben Konyi <bkonyi@google.com>