Skip to content

Commit

Permalink
spng, disable opt (cpu intrinsics bugs on some compilers)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Nov 8, 2023
1 parent 400fb7f commit d62bf65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/dep/libs/libspng/spng.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@

#define ZLIB_CONST

// opt causes too many problems right now
#define SPNG_DISABLE_OPT

/*
#ifdef __GNUC__
#if __GNUC__ < 6
#define SPNG_DISABLE_OPT
#endif
#endif
*/

#ifdef __FRAMAC__
#define SPNG_DISABLE_OPT
Expand Down

0 comments on commit d62bf65

Please sign in to comment.