mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-22 15:07:43 +08:00
28489b0702
Append to CFLAGS_FOR_TARGET/CXXFLAGS_FOR_TARGET rather than replacing them. Signed-off-by: Chris Packham <judge.packham@gmail.com>
5 lines
187 B
Plaintext
5 lines
187 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
|