Current build fails because of the use of linking to dynamically shared libaries in examples of lcms. This conflicts with fuzz introspector and I assume this is because the creation of the dynamially shared libraries makes the lto-compiled objects into binary executables. This fixes it by forcing static linking for all compiled examples in the lcms build process.