summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-06-22 22:31:22 +0000
committerBill Nottingham <notting@redhat.com>2001-06-22 22:31:22 +0000
commitcf59bf5331b4018bdaa957ce0bf666085bef0be8 (patch)
tree65470f09082bf501cc0f96c8063f89e69a5c70fd /loader
parentd9cc5400005f92f3e9233346c6aa5dc8aba838a8 (diff)
downloadanaconda-cf59bf5331b4018bdaa957ce0bf666085bef0be8.tar.gz
anaconda-cf59bf5331b4018bdaa957ce0bf666085bef0be8.tar.xz
anaconda-cf59bf5331b4018bdaa957ce0bf666085bef0be8.zip
use -Os, not -O
Diffstat (limited to 'loader')
-rw-r--r--loader/Makefile4
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 \