X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=config%2Fmt-ospace;h=ce29ff4315d77a6c37a5395900eb765872261e80;hb=02eba61aa6cad683e96cf13f483adc04982c0c2b;hp=7f091041d8a7f93b98c4fa3b3d0c04a79708fed4;hpb=252b5132c753830d5fd56823373aed85f2a0db63;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