mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
New config file to support compiling libraries with -Os.
This commit is contained in:
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
|
Reference in New Issue
Block a user