1# Build libraries optimizing for space, not speed. 2 CFLAGS_FOR_TARGET = -g -Os 3 CXXFLAGS_FOR_TARGET = -g -Os 4