early-access version 2853
This commit is contained in:
20
externals/vcpkg/ports/soil2/Workaround-ICE-in-release.patch
vendored
Executable file
20
externals/vcpkg/ports/soil2/Workaround-ICE-in-release.patch
vendored
Executable file
@@ -0,0 +1,20 @@
|
||||
diff --git a/src/SOIL2/SOIL2.c b/src/SOIL2/SOIL2.c
|
||||
index 3a10885..01bbb23 100644
|
||||
--- a/src/SOIL2/SOIL2.c
|
||||
+++ b/src/SOIL2/SOIL2.c
|
||||
@@ -2027,6 +2027,7 @@ const char*
|
||||
return result_string_pointer;
|
||||
}
|
||||
|
||||
+#pragma optimize("", off)
|
||||
unsigned int SOIL_direct_load_DDS_from_memory(
|
||||
const unsigned char *const buffer,
|
||||
int buffer_length,
|
||||
@@ -2409,6 +2410,7 @@ unsigned int SOIL_direct_load_DDS_from_memory(
|
||||
quick_exit:
|
||||
return tex_ID;
|
||||
}
|
||||
+#pragma optimize("", on)
|
||||
|
||||
unsigned int SOIL_direct_load_DDS(
|
||||
const char *filename,
|
||||
Reference in New Issue
Block a user