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