mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Imported from pngcrush-1.6.15.tar
This commit is contained in:
committed by
Glenn Randers-Pehrson glennrp@comcast.net
parent
74100c0e34
commit
88bc3f2f36
6
Makefile
6
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 =
|
||||
|
||||
Reference in New Issue
Block a user