Search code examples
gcccompilationld

Gcc and ld arguments


how can I pass the option --enable-auto-import to ld from gcc?


Solution

  •   -Xlinker option
           Pass option as an option to the linker.  You can use this to supply system-specific
           linker options which GCC does not know how to recognize.