diff options
author | hpa <hpa> | 2004-01-24 21:37:22 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-01-24 21:37:22 +0000 |
commit | e94896af601b2c0458bcf07caf6f7432509c73f1 (patch) | |
tree | 7bce5db8b7cc8e499d7fb23bf47875e18e218ff5 /Makefile | |
parent | 0b52217d645e3457194d2514f3f52da8c90f6e4b (diff) | |
download | syslinux-e94896af601b2c0458bcf07caf6f7432509c73f1.tar.gz |
Adjust options to work on 64-bit machines, and clean up nuisance warnings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |