win32 x86 : disable SPNG optimizations.

This commit is contained in:
Jean-François DEL NERO
2025-01-12 23:51:16 +01:00
parent 095fa9102d
commit 72ddd31993
+1
View File
@@ -52,6 +52,7 @@ ifeq ($(TARGET), mingw32)
CC = i686-w64-mingw32-gcc
AR = i686-w64-mingw32-ar
RESC = i686-w64-mingw32-windres
CFLAGS += -DSPNG_DISABLE_OPT=1
LDFLAGS += -static-libgcc ../sources/win32/libhxcfe.def
EXEC = libhxcfe.dll
endif