summaryrefslogtreecommitdiff
path: root/scripts/makefile.bc32
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.bc32')
-rw-r--r--scripts/makefile.bc322
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.bc32 b/scripts/makefile.bc32
index 82dd080cd..4b96231b5 100644
--- a/scripts/makefile.bc32
+++ b/scripts/makefile.bc32
@@ -43,7 +43,7 @@ LDEBUG=$(LDEBUG) -N
# -d merge duplicate strings
# -k- turn off standard stack frame
# -w display all warnings
-CFLAGS=-DPNG_CONFIGURE_LIBPNG -I$(ZLIB_DIR) -O2 -d -k- -w $(TARGET_CPU) $(CDEBUG)
+CFLAGS=-I$(ZLIB_DIR) -O2 -d -k- -w $(TARGET_CPU) $(CDEBUG)
# -M generate map file
LDFLAGS=-L$(ZLIB_DIR) -M $(LDEBUG)