summaryrefslogtreecommitdiff
path: root/scripts/makefile.os2
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.os2')
-rw-r--r--scripts/makefile.os22
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.os2 b/scripts/makefile.os2
index e190c0a6c..907cfc894 100644
--- a/scripts/makefile.os2
+++ b/scripts/makefile.os2
@@ -15,7 +15,7 @@ ZLIBINC=../zlib
WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
-Wmissing-declarations -Wtraditional -Wcast-align \
-Wstrict-prototypes -Wmissing-prototypes #-Wconversion
-CFLAGS=--DPNG_CONFIGURE_LIBPNG I$(ZLIBINC) -W -Wall -O6 -funroll-loops -malign-loops=2 \
+CFLAGS=-I$(ZLIBINC) -W -Wall -O6 -funroll-loops -malign-loops=2 \
-malign-functions=2 #$(WARNMORE) -g -DPNG_DEBUG=5
LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lzdll -Zcrtdll
AR=emxomfar