<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hmm.  I must have messed up someting in my earlier tests (maybe they<br>
ran without BUILD_TIMELESS=1?).  You're right; the resulting firmware<br>
images do not depend on the build path, so the extra CFLAGS are not<br>
necessary.</blockquote><div><br></div><div>CBFS binaries (SELFs) cannot contain debug symbols, so -fdebug-prefix-map can't really affect them. If you want intermediate build artifacts (e.g. bootblock.elf and friends) to be reproducible, you'd have to add some flags like you suggested. If you're fine with just the final images it should already work out of the box.</div></div></div></div>