diff --git a/otherarch/sdcpp/common/common.hpp b/otherarch/sdcpp/common/common.hpp index e9be436be..34076799a 100644 --- a/otherarch/sdcpp/common/common.hpp +++ b/otherarch/sdcpp/common/common.hpp @@ -20,7 +20,7 @@ namespace fs = std::filesystem; #include "stable-diffusion.h" -#define STB_IMAGE_IMPLEMENTATION +// #define STB_IMAGE_IMPLEMENTATION //#define STB_IMAGE_STATIC #include "stb_image.h" @@ -28,7 +28,7 @@ namespace fs = std::filesystem; //#define STB_IMAGE_WRITE_STATIC #include "stb_image_write.h" -#define STB_IMAGE_RESIZE_IMPLEMENTATION +// #define STB_IMAGE_RESIZE_IMPLEMENTATION //#define STB_IMAGE_RESIZE_STATIC #include "stb_image_resize.h"