Update CONTRIBUTING.md

This commit is contained in:
Jarred Sumner
2024-07-06 20:36:09 -07:00
parent 92bd629e60
commit cbcf9506d9

View File

@@ -311,3 +311,12 @@ $ bun setup -DUSE_STATIC_LIBATOMIC=OFF
```
The built version of Bun may not work on other systems if compiled this way.
## ccache conflicts with building TinyCC on macOS
If you run into issues with `ccache` when building TinyCC, try reinstalling ccache
```bash
brew uninstall ccache
brew install ccache
```