Disable hints in dart2js-with-kernel

Change-Id: Id218b5116c134f7d1646f7d51ccef3faccd072f6
Reviewed-on: https://dart-review.googlesource.com/40469
Reviewed-by: Harry Terkelsen <het@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
Sigmund Cherem 2018-02-09 22:53:59 +00:00 committed by commit-bot@chromium.org
parent 67bb23180e
commit 1f70b7ad37

View file

@ -289,6 +289,8 @@ Future<api.CompilationResult> compile(List<String> argv,
void setUseKernel(String argument) {
useKernel = true;
// TODO(sigmund): reenable hints (Issue #32111)
showHints = false;
passThrough(argument);
}