Closed th-otto closed 1 year ago
Indeed, I noticed that yesterday. Not expected, because we want to turn off shared library support. So that's suboptimal. No idea what would happen if such library was found, certainly bad things.
Must be some magic in the linker. My other toolchains (gcc-12 etc.) now behave the same.
Ah. Good job.
Just noticed that when linking with -Wl,-verbose:
Not a big deal as long as those *.so don't exist, but still an unneeded lookup, and something that previous toolchain did not do. Any idea what might be causing this?