Browse Source
Append to CFLAGS_FOR_TARGET/CXXFLAGS_FOR_TARGET rather than replacing them. Signed-off-by: Chris Packham <judge.packham@gmail.com>users/vapier/wip
committed by
Jeff Johnston
1 changed files with 2 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||
# 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 |
|||
CFLAGS_FOR_TARGET += -g -Os -Wa,-C |
|||
CXXFLAGS_FOR_TARGET += -g -Os -Wa,-C |
|||
|
|||
Loading…
Reference in new issue