New config file to support compiling libraries with -Os.

This commit is contained in:
Michael Meissner 1998-04-22 16:25:11 +00:00
parent e33bfde75c
commit b9bd8aa879
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