From: Michael Meissner Date: Wed, 22 Apr 1998 16:25:11 +0000 (+0000) Subject: New config file to support compiling libraries with -Os. X-Git-Tag: gdb-4_18~2528 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9bd8aa8798ad9a662b18d2f9d8199323901b7f5;p=external%2Fbinutils.git New config file to support compiling libraries with -Os. --- diff --git a/config/mt-ospace b/config/mt-ospace new file mode 100644 index 0000000..7f09104 --- /dev/null +++ b/config/mt-ospace @@ -0,0 +1,3 @@ +# Build libraries optimizing for space, not speed. + CFLAGS_FOR_TARGET = -g -Os + CXXFLAGS_FOR_TARGET = -g -Os