9.36.5.2 longcalls

The longcalls directive enables or disables function call relaxation. See Function Call Relaxation.

         .begin [no-]longcalls
         .end [no-]longcalls

Call relaxation is disabled by default unless the --longcalls command-line option is specified. The longcalls directive overrides the default determined by the command-line options.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.