I want gcc -rdynamic -o prog prog.c -L. -lfoobar -ldl
, but I'm not sure how to get the argument -rdynamic
to show up on the gcc (ld) linker command.
↧
How do I get gcc to compile with -rdynamic using CMake generated Makefiles?
↧