summaryrefslogtreecommitdiff
path: root/scripts/makefile.gcc
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2008-08-02 12:19:27 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-09-03 12:25:49 -0500
commitab85e8f491f31e34f9ab330779ca3115b332d42f (patch)
tree1e9a50553da38915a6a863fb759e790b6c817b4c /scripts/makefile.gcc
parentac9a0378fdfa5c128e5e466f78c4c87c298bb20b (diff)
downloadlibpng-ab85e8f491f31e34f9ab330779ca3115b332d42f.tar.gz
[libpng10] Imported from libpng-1.0.38rc07.tarv1.0.38rc07
Diffstat (limited to 'scripts/makefile.gcc')
-rw-r--r--scripts/makefile.gcc5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/makefile.gcc b/scripts/makefile.gcc
index e899b108e..b2675a4ba 100644
--- a/scripts/makefile.gcc
+++ b/scripts/makefile.gcc
@@ -1,4 +1,5 @@
# makefile for libpng using gcc (generic, static library)
+# Copyright (C) 2008 Glenn Randers-Pehrson
# Copyright (C) 2000 Cosmin Truta
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# For conditions of distribution and use, see copyright notice in png.h
@@ -18,8 +19,8 @@ CDEBUG = -g -DPNG_DEBUG=5
LDDEBUG =
CRELEASE = -O2
LDRELEASE = -s
-#CFLAGS = -Wall $(CDEBUG)
-CFLAGS = -Wall $(CRELEASE)
+#CFLAGS = -W -Wall $(CDEBUG)
+CFLAGS = -W -Wall $(CRELEASE)
#LDFLAGS = $(LDDEBUG)
LDFLAGS = $(LDRELEASE)
LIBS = -lz -lm