In a C++ program with GCC I am using linker flag -Wl,--no-undefined
so the linker will throw an error if there are undefined references. Is there a pragma or something I can put in the code next to a specific symbol that I want to allow to be undefined at link time?
↧
Allow a specific undefined reference with GCC
↧