We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargokit_options.yaml
1 parent 1b1af0c commit bf20934Copy full SHA for bf20934
cargokit/build_tool/lib/src/options.dart
@@ -301,7 +301,10 @@ class CargokitUserOptions {
301
}
302
userProjectDir = userProjectDir.parent;
303
304
- return CargokitUserOptions._();
+ return CargokitUserOptions(
305
+ usePrecompiledBinaries: true,
306
+ verboseLogging: false,
307
+ );
308
309
310
final bool usePrecompiledBinaries;
cargokit_options.yaml
0 commit comments