From b9bd8aa8798ad9a662b18d2f9d8199323901b7f5 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 22 Apr 1998 16:25:11 +0000 Subject: [PATCH] New config file to support compiling libraries with -Os. --- 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 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 -- 2.7.4