dart-archive / www.dartlang.org

DEPRECATED - OLD SITE for DART
Other
196 stars 149 forks source link

Checked mode not enabled in dartium even if DART_FLAGS is set #1569

Closed chalin closed 8 years ago

chalin commented 8 years ago

As documented here: https://www.dartlang.org/tools/dartium/#using-command-line-flags

DART_FLAGS='--checked'              \
   open path/Chromium.app

does not enable checked mode.

chalin commented 8 years ago

The following does work though: open path/Chromium.app --args --checked

chalin commented 8 years ago

/cc: @kwalrath

kwalrath commented 8 years ago

This issue was moved to dart-lang/site-webdev#7