Index: lib/src/compiler.dart |
diff --git a/lib/src/compiler.dart b/lib/src/compiler.dart |
index 761ce26082e2187b83aaaf401c8e6a9fb9a8aec3..9d6f04b5b49ca8e49da677a99d4bb00ae3f16ea8 100644 |
--- a/lib/src/compiler.dart |
+++ b/lib/src/compiler.dart |
@@ -63,8 +63,7 @@ CompilerOptions validateOptions(List<String> args, {bool forceOutDir: false}) { |
bool compile(CompilerOptions options) { |
assert(!options.serverMode); |
- var context = createAnalysisContextWithSources( |
- options.strongOptions, options.sourceOptions); |
+ var context = createAnalysisContextWithSources(options.sourceOptions); |
var reporter = createErrorReporter(context, options); |
bool status = new BatchCompiler(context, options, reporter: reporter).run(); |