Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable file prefix map for Makefiles for reproducible builds #68

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

puddly
Copy link
Collaborator

@puddly puddly commented Jun 1, 2024

When switching from CMake back to Makefiles, the -ffile-prefix-map config was not copied over. This PR re-introduces it and allows for easily comparing changes:

% git diff --no-index --stat -w build1 build2
 {build1 => build2}/ncp-uart-hw.Makefile    | 6 +++---
 {build1 => build2}/ncp-uart-hw.project.mak | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

@puddly puddly merged commit 52168e3 into NabuCasa:main Jun 3, 2024
16 checks 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