When do we use the gcc -u compiler option?Can you please provide an example too?
https://gcc.gnu.org/onlinedocs/gcc-2.95.2/gcc_2.htmlSays the following:
Pretend the symbol symbol is undefined, to force linking of library modules to define it. You can use `-u' multiple times with different symbols to force loading of additional library modules.