gcc -O2 -W -Wall -fomit-frame-pointer -pipe -DUSE_BASE_LIBC

This will be used to compile .c files that are not meant to be part
of a shared library (but may be used to make an executable that may
be linked against a shared library).
