NabuCasa / silabs-firmware-builder

Silicon Labs firmware builder
58 stars 60 forks source link

Enable file prefix map for Makefiles for reproducible builds #68

Closed puddly closed 4 months ago

puddly commented 4 months ago

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(-)