On Linux, precompiled libraries may be made with a glibc version that is
incompatible with the system libraries that Blender is built on. To solve
this we add a few -ffast-math symbols that can be missing.
We may only want to do this when necessary, though it's not clear if there
is any harm to do it always.