summaryrefslogtreecommitdiff
path: root/stb_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'stb_image.c')
-rw-r--r--stb_image.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/stb_image.c b/stb_image.c
index 2fa181b..ae13415 100644
--- a/stb_image.c
+++ b/stb_image.c
@@ -1,4 +1,7 @@
// used for debug build to speed things up
// just exports everything in stb_image.h
#define STB_IMAGE_IMPLEMENTATION
+#if __TINYC__
+#define STBI_NO_SIMD
+#endif
#include "lib/stb_image.h"