https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119212
--- Comment #2 from Nikl Kelbon <kelbonage at gmail dot com> --- I understand, sorry for not preparing a bug report. I have a lot of work, you could download the project and run it yourself using CMake include(FetchContent) FetchContent_Declare( TGBM GIT_REPOSITORY https://github.com/bot-motherlib/TGBM GIT_TAG origin/master ) FetchContent_MakeAvailable(TGBM) target_link_libraries(MyTargetName tgbmlib)