When I build a project in CLion, it also refreshes all of my project files (after the build, actually) - and if I have a lot of them, mounted from a remote server via a slow(ish) network, that can take some time. Can I avoid this refresh somehow?
Asked
Active
Viewed 760 times
1 Answers
2
In CLion 2020.2 and later, you can tell the app not to have to wait until the refresh is complete to consider the build concluded and to allow you to continue with other work.
To do this:
- On the menus, choose "Find > Action", then type in "Registry".
- Choose the Registry action; you've now opened the CLion registry (yes, it exists).
- Type in:
cidr.asynchronous.refresh.after.build
- Check the box on the value column.
Reference: Here.

einpoklum
- 118,144
- 57
- 340
- 684