mirror of
https://github.com/encounter/buildcache.git
synced 2026-07-09 18:18:50 -07:00
Update the README
This commit is contained in:
@@ -46,6 +46,9 @@ distributed compilation. To use icecream you can set the environment variable
|
||||
$ BUILDCACHE_PREFIX=/usr/bin/icecc buildcache g++ -c -O2 hello.cpp -o hello.o
|
||||
```
|
||||
|
||||
Note: At the time of writing there is a [bug](https://github.com/icecc/icecream/issues/390)
|
||||
in ICECC that may disable distributed compilation when ICECC is invoked via BuildCache.
|
||||
|
||||
## Supported compilers and languages
|
||||
|
||||
Currently the following compilers and languages are supported:
|
||||
@@ -81,6 +84,3 @@ $ BUILDCACHE_DEBUG=2 buildcache g++ -c -O2 hello.cpp -o hello.o
|
||||
**NOTE:** BuildCache is still in early development and should not be considered
|
||||
ready for production projects yet!
|
||||
|
||||
There are many missing features, such as cache housekeeping (the cache
|
||||
currently grows indefinitely and needs to be cleared manually).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user