When cloning the repository over a slow connection I noticed that it contains a bunch of prebuilt libraries:
$ du -chs NMSIS/Library/
117M NMSIS/Library/
117M total
I'm kind of afraid that those prebuilt libraries will bloat this repository in the future even more, when each change to them basically adds another 100 MBs or so to the git index.
Is it really necessary to include those artifacts?
Perhaps there are alternatives such as using Git Large File Storage or building them from source like the rest?
When cloning the repository over a slow connection I noticed that it contains a bunch of prebuilt libraries:
I'm kind of afraid that those prebuilt libraries will bloat this repository in the future even more, when each change to them basically adds another 100 MBs or so to the git index.
Is it really necessary to include those artifacts?
Perhaps there are alternatives such as using Git Large File Storage or building them from source like the rest?