diff options
author | Bill Nottingham <notting@redhat.com> | 2001-06-22 22:31:22 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-06-22 22:31:22 +0000 |
commit | cf59bf5331b4018bdaa957ce0bf666085bef0be8 (patch) | |
tree | 65470f09082bf501cc0f96c8063f89e69a5c70fd /loader | |
parent | d9cc5400005f92f3e9233346c6aa5dc8aba838a8 (diff) | |
download | anaconda-cf59bf5331b4018bdaa957ce0bf666085bef0be8.tar.gz anaconda-cf59bf5331b4018bdaa957ce0bf666085bef0be8.tar.xz anaconda-cf59bf5331b4018bdaa957ce0bf666085bef0be8.zip |
use -Os, not -O
Diffstat (limited to 'loader')
-rw-r--r-- | loader/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/Makefile b/loader/Makefile index a389fee1f..7ab4fdae7 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -22,8 +22,8 @@ BINS = init DIRS = NETOBJS = net.o PCMCIAOBJS = pcmcia.o $(NETOBJS) -#OPTS = -O2 -g -OPTS = -O -g +#OPTS = -Os -g +OPTS = -Os -g MODULELINKAGE :=../isys/modutils/insmod/libmodutils.a \ ../isys/modutils/util/libutil.a \ |