Skip to content

Conversation

@docsteer
Copy link

I am working on a usage of this code that relies on modifying values in header files and recompiling. I noted that frequently a clean and rebuild is needed to pick up such changes.

In order to automatically track dependencies such as header files, use the GCC MD/MP flags to generate an included dependency list.

This ensures header dependencies are tracked to avoid stale builds or the necessity to clean between builds.

In order to automatically track dependencies such as header files,
use the GCC MD/MP flags to generate an included dependency list.

This ensures header dependencies are tracked to avoid unnecessary
rebuilds.
@vanvught vanvught merged commit 8e2717f into vanvught:development Nov 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants