From 88bc3f2f361d2a11ae0cf99feb3341636c726be1 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Wed, 29 Apr 2009 08:16:41 -0500 Subject: [PATCH] Imported from pngcrush-1.6.15.tar --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index fc4213496..af3d41666 100644 --- a/Makefile +++ b/Makefile @@ -15,13 +15,13 @@ #ZLIB = ../../zlib CC = gcc -# CC = gcc-4.3.0 -# LD = gcc-4.3.0 LD = gcc +# CC = /usr/local/bin/gcc-4.3.3 +# LD = /usr/local/bin/gcc-4.3.3 RM = rm -f #CFLAGS = -I. -O -Wall #CFLAGS = -I. -O3 -fomit-frame-pointer -Wall -CFLAGS = -I. -O3 -fomit-frame-pointer -Wall +CFLAGS = -I. -O3 -fomit-frame-pointer -Wall -Wshadow #CFLAGS = -I${ZINC} -I. -O3 -fomit-frame-pointer -Wall # [note that -Wall is a gcc-specific compilation flag ("all warnings on")] LDFLAGS =