Skip to content

Commit

Permalink
win32 x86 : disable SPNG optimizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelnero committed Jan 12, 2025
1 parent 095fa91 commit 72ddd31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libhxcfe/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72ddd31

Please sign in to comment.