mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
31f4431254
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. From-SVN: r217739
4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
# Build libraries optimizing for space, not speed.
|
|
CFLAGS_FOR_TARGET += -g -Os
|
|
CXXFLAGS_FOR_TARGET += -g -Os
|