TheOpenSpaceProgram / osp-magnum

A spaceship game
https://www.openspaceprogram.org/
MIT License
216 stars 32 forks source link

Continuous integration broken #229

Closed jonesmz closed 1 year ago

jonesmz commented 1 year ago

Started with commit https://github.com/TheOpenSpaceProgram/osp-magnum/commit/3153dd4cd30161f65b41e012e0216324f4b1cc81, which was one of several commits in a PR, so one of those.

jonesmz commented 1 year ago
[100%] Linking CXX executable ../Release/osp-magnum
/tmp/lto-llvm-e93005.o: In function `Magnum::Trade::MaterialAttributeData::value() const':
MaterialData.cpp:(.text._ZNK6Magnum5Trade21MaterialAttributeData5valueEv+0x31): undefined reference to `Corrade::Containers::Implementation::stringFindCharacter(char const*, unsigned long, char)'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Capital-Asterisk commented 1 year ago

Duplicate of #223. I think this is likely an LTO issue