From: Steve Chamberlain Date: Tue, 12 Nov 1991 04:58:15 +0000 (+0000) Subject: Allways use -O2 X-Git-Tag: gdb-4_18-branchpoint~23112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25403808d150745b78af04b8389551b7460437cc;p=thirdparty%2Fbinutils-gdb.git Allways use -O2 --- 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