I gave this a try for the first time. Non-LTO build worked. But LTO build failed:
x86_64-pc-linux-gnu-gcc-15.0.0: fatal error: ‘-fuse-linker-plugin’, but liblto_plugin.so not found
I don't have the time to build gcc and test. But presumably, liblto_plugin.so should be included with libgccjit.so?
Oh, and
clean alldoesn't work reliably. Since trying to build inreleasemode after building indebugmode thencleaning is weirdly broken.And It's not clear from the README how to build in
releasemode without runningtest --release. And the fact that all combinations of--release-sysrootand--release --sysrootand--release --release-sysrootexist doesn't help 😉