Sometimes, we need different routines, not the same as a stand-alone binary compilation, for a library compilation.
We could add LIBFLAGS pre-defines so that developers can select appropriate routines using preprocessing symbols like '#ifdef'/'#ifndef'/'#else'/'#endif'.
Sometimes, we need different routines, not the same as a stand-alone binary compilation, for a library compilation. We could add LIBFLAGS pre-defines so that developers can select appropriate routines using preprocessing symbols like '#ifdef'/'#ifndef'/'#else'/'#endif'.