ASMOPTIONS: Default assembler options

Tools

Assembler

Syntax
  ASMOPTIONS={<option>}
  
  
Arguments

<option>: Assembler command-line option

Description

If this environment variable is set, the Assembler appends its contents to its command line each time a file is assembled. It can be used to globally specify certain options that should always be set, so you do not have to specify them each time a file is assembled.

Options enumerated there must be valid assembler options and are separated by space characters.

Example
  ASMOPTIONS=-W2 -L
  
  
See also

Assembler Options chapter