Skip to content

Commit 60a6133

Browse files
committed
updated default cargokit_options
1 parent 856c744 commit 60a6133

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cargokit/build_tool/lib/src/options.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,10 @@ class CargokitUserOptions {
298298
}
299299
userProjectDir = userProjectDir.parent;
300300
}
301-
return CargokitUserOptions._();
301+
return CargokitUserOptions(
302+
usePrecompiledBinaries: true,
303+
verboseLogging: false,
304+
);
302305
}
303306

304307
final bool usePrecompiledBinaries;

0 commit comments

Comments
 (0)