New config file to support compiling libraries with -Os.
authorMichael Meissner <gnu@the-meissners.org>
Wed, 22 Apr 1998 16:25:11 +0000 (16:25 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Wed, 22 Apr 1998 16:25:11 +0000 (16:25 +0000)
config/mt-ospace [new file with mode: 0644]

diff --git a/config/mt-ospace b/config/mt-ospace
new file mode 100644 (file)
index 0000000..7f09104
--- /dev/null
@@ -0,0 +1,3 @@
+# Build libraries optimizing for space, not speed.
+ CFLAGS_FOR_TARGET = -g -Os
+ CXXFLAGS_FOR_TARGET = -g -Os
This page took 0.027404 seconds and 4 git commands to generate.