bd52d17906
too large to list, but see: http://gcc.gnu.org/gcc-3.4/changes.html http://gcc.gnu.org/gcc-4.0/changes.html http://gcc.gnu.org/gcc-4.1/changes.html for the details.
5 lines
185 B
Plaintext
5 lines
185 B
Plaintext
# Build libraries optimizing for space, not speed.
|
|
# Turn off warnings about symbols named the same as registers
|
|
CFLAGS_FOR_TARGET = -g -Os -Wa,-C
|
|
CXXFLAGS_FOR_TARGET = -g -Os -Wa,-C
|