From 3d9d39bbd3d44c922a866e84f39d3041b709c5a1 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 28 Apr 1998 04:33:46 +0000 Subject: [PATCH] Add mt-ospace From-SVN: r19463 --- config/mt-ospace | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/mt-ospace diff --git a/config/mt-ospace b/config/mt-ospace new file mode 100644 index 00000000000..7f091041d8a --- /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 -- 2.30.2