3

I accidentally removed an object file from the linker phase of a library we use, by messing with a variable in the Makefile. This meant that the library was completely unusable when loaded into a binary.

All of the tests in the library's build process still passed, though.

Comments
Add Comment