I can\'t find any similar option that would include all the function names into the final release binary. Or does clang do it by default?
clang
My Google-fu is telling me you can replace that by
-Wl,--export-dynamic
Which is what GCC usually passes to the linker when it is passed -rdynamic. I would first try it without anything, and see if the flag was necessary.
-rdynamic