Passing command-line options to the "ld" or "as" command

Because the compiler automatically executes other commands, such as ld and as, as needed during compilation, you usually do not need to concern yourself with the options of those commands. If you want to choose options for these individual commands, you can do one of the following:

Related information: See -W and Using custom compiler configuration files.