Replies: 1 comment
-
If you don't clean it will always do an incremental build, you shouldn't clean the object cache unless there's a very good reason (hint: I almost never do a clean build). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, after a
git pull
, do I have to clean everything withmake -e config=release_x86_64 -C make/windows clean
or can I simply domake -e config=release_x86_64 -C make/windows
? The compilation takes a very long time for each clean build.Beta Was this translation helpful? Give feedback.
All reactions