how to build only files that have changed?
Posted: Mon Sep 02, 2019 6:05 am
I am a brand new user, migrating from Eclipse as the latter is no longer included in debian stable (and the version downloaded from eclipse.org spews java errors in the new debian stable [buster]).
I am used to the behaviour of eclipse and ordinary make with a properly-constructed makefile, in which only files that have changed, or which include files that have changed, are recompiled during a build. However, at least in my installation of codelite, when I ask it to build a project, it recompiles every *cpp file, regardless of whether it needs to do so. How do I configure codelite so that it intelligently recompiles only the files that need to be recompiled?
I am used to the behaviour of eclipse and ordinary make with a properly-constructed makefile, in which only files that have changed, or which include files that have changed, are recompiled during a build. However, at least in my installation of codelite, when I ask it to build a project, it recompiles every *cpp file, regardless of whether it needs to do so. How do I configure codelite so that it intelligently recompiles only the files that need to be recompiled?