We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01ce1c commit a6367d7Copy full SHA for a6367d7
dart/tests/Speedtest.dart
@@ -2,7 +2,7 @@ import 'dart:html';
2
import '../DiffMatchPatch.dart';
3
4
// Compile with:
5
-// dart2js --out=Speedtest.dart.js Speedtest.dart
+// dart2js -O4 --out=Speedtest.dart.js Speedtest.dart
6
7
void launch(Event e) {
8
HtmlElement input1 = document.getElementById('text1');
0 commit comments