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