From 25403808d150745b78af04b8389551b7460437cc Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Tue, 12 Nov 1991 04:58:15 +0000 Subject: [PATCH] Allways use -O2 --- config/mh-delta88 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/mh-delta88 b/config/mh-delta88 index e112ca5510b..cde68713451 100644 --- a/config/mh-delta88 +++ b/config/mh-delta88 @@ -1,5 +1,7 @@ RANLIB = echo >/dev/null - +# Sorry about this, but my machine runs out of memory . +MINUS_G = +CC=gcc -O2 -- 2.30.2