Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add --noclean to prevent cleaning
Picus initially never clean up temporary files. However, the last commit changed this so that temporary files are cleaned up. Sometimes, though, we really do not want to clean up files (e.g. in order to generate smt2 files for debugging purposes). This commit adds the flag to control whether to run the clean up.
- Loading branch information