[DiscordArchive] How do you only compile changes (or not a full build)? Is Clean what makes it do a full build?
[DiscordArchive] How do you only compile changes (or not a full build)? Is Clean what makes it do a full build?
Archived author: Dremcon • Posted: 2025-09-07T19:39:56.319000+00:00
Original source
How do you only compile changes (or not a full build)? Is Clean what makes it do a full build?
Archived author: Beck • Posted: 2025-09-07T19:41:30.643000+00:00
Original source
cmake will automatically try to determine what it needs to compile. Clean removes all pre-built intermediaries and will do a full re-build.