mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-28 22:56:32 +00:00
When building the FlatBuffers dependencies, gcc13 emits a stringop-overflow warning. All warnings being turned into errors, that fails the compilation of FlatBuffers, and as a consequence also fails the build of onnxruntime. This commit adds the application of a patch to FlatBuffers's CMakeList.txt, to add -Wno-error=stringop-overflow to the CMAKE_CXX_FLAGS. |
||
|---|---|---|
| .. | ||
| abseil | ||
| composable_kernel | ||
| cutlass | ||
| eigen | ||
| flatbuffers | ||
| gsl | ||
| onnx | ||
| protobuf | ||
| xnnpack | ||
| .gitattributes | ||