summaryrefslogtreecommitdiffstats
path: root/loader2/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-12-12 04:01:28 +0000
committerMatt Wilson <msw@redhat.com>2002-12-12 04:01:28 +0000
commit83d4ff28d7889276e96c73d795d20b1f9597f117 (patch)
treefe425ac21b82116005992df5940970bcc36f4b86 /loader2/Makefile
parentb7253df7d8f611f27f7e31e599315d91d3eac9e2 (diff)
downloadanaconda-83d4ff28d7889276e96c73d795d20b1f9597f117.tar.gz
anaconda-83d4ff28d7889276e96c73d795d20b1f9597f117.tar.xz
anaconda-83d4ff28d7889276e96c73d795d20b1f9597f117.zip
Os was not supposed to go in
Diffstat (limited to 'loader2/Makefile')
-rw-r--r--loader2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/Makefile b/loader2/Makefile
index abc4dc26c..3559e2559 100644
--- a/loader2/Makefile
+++ b/loader2/Makefile
@@ -41,7 +41,7 @@ HWLIBS = -lkudzu_loader -lpci
DEBUG = -ggdb
COPTS = $(DEBUG) -Wall -DVERSION='"$(VERSION)"'
-CFLAGS = $(COPTS) -Os -ffunction-sections -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_LIBIO_H -DPRODUCTNAME='$(PRODUCTNAME)'
+CFLAGS = $(COPTS) -ffunction-sections -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_LIBIO_H -DPRODUCTNAME='$(PRODUCTNAME)'
STATIC = -static