mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 02:44:18 +08: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
|