X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=config%2Fmt-ospace;h=ce29ff4315d77a6c37a5395900eb765872261e80;hb=3fff2c370cd658877be8107bfe9dde8dd0470b46;hp=7f091041d8a7f93b98c4fa3b3d0c04a79708fed4;hpb=2ee563b53258d390d7446e90a67f465d504ae44c;p=deliverable%2Fbinutils-gdb.git diff --git a/config/mt-ospace b/config/mt-ospace index 7f091041d8..ce29ff4315 100644 --- a/config/mt-ospace +++ b/config/mt-ospace @@ -1,3 +1,3 @@ # Build libraries optimizing for space, not speed. - CFLAGS_FOR_TARGET = -g -Os - CXXFLAGS_FOR_TARGET = -g -Os + CFLAGS_FOR_TARGET += -g -Os + CXXFLAGS_FOR_TARGET += -g -Os