From e94896af601b2c0458bcf07caf6f7432509c73f1 Mon Sep 17 00:00:00 2001 From: hpa Date: Sat, 24 Jan 2004 21:37:22 +0000 Subject: Adjust options to work on 64-bit machines, and clean up nuisance warnings --- win32/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32') diff --git a/win32/Makefile b/win32/Makefile index b570d6b6..fd890ec9 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -23,7 +23,7 @@ ifeq ($(findstring CYGWIN,$(OSTYPE)),CYGWIN) CC = gcc AR = ar RANLIB = ranlib -CFLAGS = -mno-cygwin -Wall -O2 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 +CFLAGS = -mno-cygwin -W -Wall -O2 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 PIC = LDFLAGS = -mno-cygwin -O2 -s else @@ -36,7 +36,7 @@ CC = mingw-gcc AR = mingw-ar RANLIB = mingw-ranlib endif -CFLAGS = -Wall -O2 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 +CFLAGS = -W -Wall -O2 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 PIC = LDFLAGS = -O2 -s endif -- cgit v1.2.3