-
Notifications
You must be signed in to change notification settings - Fork 359
Open
Labels
Description
I'm not sure if this makes sense to request, but I was wondering if it would be possible to add a --dry-run flag to bear.
Essentially in some contexts (such as the clangd indexer) I don't necessarily want to compile the resulting binary to get the compilation database as that can be time consuming. Rather I'm wondering if it's possible for bear to intercept the calls to the compiler but not actually run them in order to construct the compilation database.
Thanks!
Reactions are currently unavailable