-
用最新的版本,发现编译缓存不起作用,每次编译都是重新开始,我把所以xmake生成的目录全部删除,还是一样,用xmake f --ccache=y,也没用,不知道还有办法知道哪里出问题了 |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Nov 11, 2023
Replies: 1 comment 6 replies
-
这是增量编译问题,跟 build cache 没任何关系 xmake f --policies=diagnosis.check_build_deps
xmake 开启增量编译检测,看下 logs ,自己排查下哪个文件一直在 changed |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
Domain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这是增量编译问题,跟 build cache 没任何关系
开启增量编译检测,看下 logs ,自己排查下哪个文件一直在 changed