Add mt-ospace

From-SVN: r19463
This commit is contained in:
Michael Meissner 1998-04-28 04:33:46 +00:00
parent 1052e6e680
commit 3d9d39bbd3
1 changed files with 3 additions and 0 deletions

3
config/mt-ospace Normal file
View File

@ -0,0 +1,3 @@
# Build libraries optimizing for space, not speed.
CFLAGS_FOR_TARGET = -g -Os
CXXFLAGS_FOR_TARGET = -g -Os