Skip to content

Commit

Permalink
updated usePrecompiledBinaries default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinZavior committed Apr 19, 2024
1 parent 7c89f2b commit 7ec3444
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cargokit/build_tool/lib/src/options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,10 @@ class CargokitUserOptions {
}
userProjectDir = userProjectDir.parent;
}
return CargokitUserOptions._();
return CargokitUserOptions(
usePrecompiledBinaries: true,
verboseLogging: false,
);
}

final bool usePrecompiledBinaries;
Expand Down

0 comments on commit 7ec3444

Please sign in to comment.