Browse Source
Sync with GCC 2014-11-17 Bob Dunlop <bob.dunlop@xyzzy.org.uk> * mt-ospace (CFLAGS_FOR_TARGET): Append -g -Os rather than overwriting. (CXXFLAGS_FOR_TARGET): Similarly.gdb-7.10-branch
2 changed files with 11 additions and 2 deletions
@ -1,3 +1,3 @@ |
|||
# Build libraries optimizing for space, not speed. |
|||
CFLAGS_FOR_TARGET = -g -Os |
|||
CXXFLAGS_FOR_TARGET = -g -Os |
|||
CFLAGS_FOR_TARGET += -g -Os |
|||
CXXFLAGS_FOR_TARGET += -g -Os |
|||
|
|||
Loading…
Reference in new issue