summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhpa <hpa>2004-01-24 21:37:22 +0000
committerhpa <hpa>2004-01-24 21:37:22 +0000
commite94896af601b2c0458bcf07caf6f7432509c73f1 (patch)
tree7bce5db8b7cc8e499d7fb23bf47875e18e218ff5 /Makefile
parent0b52217d645e3457194d2514f3f52da8c90f6e4b (diff)
downloadsyslinux-e94896af601b2c0458bcf07caf6f7432509c73f1.tar.gz
Adjust options to work on 64-bit machines, and clean up nuisance warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95a7b8be..2dabdf7f 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
OSTYPE = $(shell uname -msr)
CC = gcc
INCLUDE =
-CFLAGS = -Wall -O2 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64
+CFLAGS = -W -Wall -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64
PIC = -fPIC
LDFLAGS = -O2 -s
AR = ar