We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72b3bfd + 918cabb commit a1b5823Copy full SHA for a1b5823
build.rs
@@ -84,6 +84,9 @@ fn build_from_source() {
84
.define("ASSIMP_BUILD_ASSIMP_TOOLS", "OFF")
85
.define("ASSIMP_BUILD_TESTS", "OFF")
86
.define("ASSIMP_BUILD_ZLIB", build_zlib)
87
+ // Disable being overly strict with warnings, which can cause build issues
88
+ // such as: https://github.com/assimp/assimp/issues/5315
89
+ .define("ASSIMP_WARNINGS_AS_ERRORS", "OFF")
90
.define("LIBRARY_SUFFIX", "");
91
92
// Add compiler flags
0 commit comments