Skip to content

Commit

Permalink
revert: usePrecompiledBinaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ethicnology committed Nov 21, 2024
1 parent a552020 commit 408d986
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bindings/dart-bip85/cargokit/build_tool/lib/src/options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,7 @@ class CargokitUserOptions {
}
userProjectDir = userProjectDir.parent;
}
return CargokitUserOptions(
usePrecompiledBinaries: true,
verboseLogging: false,
);
return CargokitUserOptions._();
}

final bool usePrecompiledBinaries;
Expand Down

0 comments on commit 408d986

Please sign in to comment.