Hello, Is it possible to use -fprofile-generate on shared libraries, which are loaded at runtime (dlopen'ed) by an executable not compiled with profiling support?
The library loads and runs fine, but doesn't generate any profile output. Thank you in advance, Clemens