Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一年多以来,我一直在构建LineageOS和AOSP ROM。
在我的 PC 上构建对我来说大约需要 8 个小时,我知道使用 ccache 可以加快速度。但是我在 LineageOS 的网站和 XDA 上读到,一旦分配了空间,就无法恢复。
我真的不想永远失去 50 到 75 GB 的磁盘空间。
这可能很愚蠢,但可以肯定的是,真的没有办法恢复那个空间吗?甚至格式化?
链接到 LineageOS 网站
所有你需要的是:
ccache -C
这将删除缓存中的所有内容;我不知道为什么那个页面说记忆永远消失了,就像ccache --help向你展示的那样。
ccache --help