On Tue, Mar 18, 2025 at 3:05 PM Calvin Wan <calvinwan@xxxxxxxxxx> wrote: > > Junio C Hamano <gitster@xxxxxxxxx> writes: > > Our hope is that the number of code paths that falsely trigger > > @@ -985,6 +985,7 @@ LIB_OBJS += compat/nonblock.o > > LIB_OBJS += compat/obstack.o > > LIB_OBJS += compat/terminal.o > > LIB_OBJS += compat/zlib-uncompress2.o > > +LIB_OBJS += compiler-tricks/not-a-constant.o > > The name is correctly added here, but in `next,` this name is set to > `compiler-tricks/not-constant.o`. Apologies you can ignore this -- we needed to add a reference to the new folder internally so this was a red herring for our broken build.