-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: A git commit sha or a branch name change causes relinking of executable targets with silkworm-buildinfo library even if nothing else has changed. During development (e.g. local Debug builds) it is more important to have fast incremental builds than having the correct git commit sha and a branch name baked into the binary. Solution: Add arguments to cable_add_buildinfo_library: * GIT_DESCRIBE * GIT_BRANCH * GIT_ORIGIN_URL If passed they override corresponding git commands.
- Loading branch information
1 parent
39daf04
commit 9bc9833
Showing
2 changed files
with
55 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters