diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-26 00:39:53 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-26 00:39:53 +0000 |
commit | 669cdbc6e606313efe1a38caba7cb10d3b2f23fe (patch) | |
tree | 0e73ed38a241794d2dc7674f12800a39298f6c79 /gfx/models/stb_image.cpp | |
parent | Include stb directly (diff) | |
download | ilt-669cdbc6e606313efe1a38caba7cb10d3b2f23fe.tar.bz2 ilt-669cdbc6e606313efe1a38caba7cb10d3b2f23fe.tar.xz ilt-669cdbc6e606313efe1a38caba7cb10d3b2f23fe.zip |
Compile generated/external code as release
Moves stb stuff to .c then all .ll and .c built release mode, neatly disables all the warnings
Diffstat (limited to 'gfx/models/stb_image.cpp')
-rw-r--r-- | gfx/models/stb_image.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gfx/models/stb_image.cpp b/gfx/models/stb_image.cpp deleted file mode 100644 index c6b605e..0000000 --- a/gfx/models/stb_image.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef TIDY -# define STB_IMAGE_IMPLEMENTATION -# pragma GCC diagnostic ignored "-Wsign-compare" -# pragma GCC diagnostic ignored "-Wimplicit-fallthrough" -# ifndef __clang__ -# pragma GCC diagnostic ignored "-Wunused-but-set-variable" -# endif -# include "stb/stb_image.h" -#endif |