diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-12 04:58:15 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-12 04:58:15 +0000 |
commit | 25403808d150745b78af04b8389551b7460437cc (patch) | |
tree | 7dfe0045922f1b97122b0213f06cb9cddabe3ef7 /config | |
parent | c21b1b266083751c0860cca335362910e1b08c41 (diff) | |
download | gdb-25403808d150745b78af04b8389551b7460437cc.zip gdb-25403808d150745b78af04b8389551b7460437cc.tar.gz gdb-25403808d150745b78af04b8389551b7460437cc.tar.bz2 |
Allways use -O2
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-delta88 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/mh-delta88 b/config/mh-delta88 index e112ca5..cde6871 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 |