New config file to support compiling libraries with -Os.
This commit is contained in:
parent
e33bfde75c
commit
b9bd8aa879
1 changed files with 3 additions and 0 deletions
3
config/mt-ospace
Normal file
3
config/mt-ospace
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Build libraries optimizing for space, not speed.
|
||||
CFLAGS_FOR_TARGET = -g -Os
|
||||
CXXFLAGS_FOR_TARGET = -g -Os
|
Loading…
Add table
Reference in a new issue