1*597410b8Schristos# Build libraries optimizing for space, not speed.
2*597410b8Schristos# Turn off warnings about symbols named the same as registers
3*597410b8Schristos CFLAGS_FOR_TARGET = -g -Os -Wa,-C
4*597410b8Schristos CXXFLAGS_FOR_TARGET = -g -Os -Wa,-C
5