xref: /netbsd-src/external/gpl3/gdb/dist/config/mt-ospace (revision 212397c69a103ae7e5eafa8731ddfae671d2dee7)
1597410b8Schristos# Build libraries optimizing for space, not speed.
2*212397c6Schristos CFLAGS_FOR_TARGET += -g -Os
3*212397c6Schristos CXXFLAGS_FOR_TARGET += -g -Os
4