Skip to content
Snippets Groups Projects

Faster compilation

Merged Matthieu Schaller requested to merge faster_compilation into master

In the current master, every time we edit a file, we re-generate version.h which then triggers recompilation of a lot of file that include it.

Here we re-generate a version_string.h instead that is only included in version.c. That speeds up the compilation when only a few files are modified.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading