| |||
| Home > Linker command-line options > --max_veneer_passess=value | |||
This option specifies a limit to the number of veneer generation passes the linker attempts to make when both the following conditions are met:
a Section that is sufficiently large has a relocation that requires a veneer
the linker cannot place the veneer close enough to the call site.
The linker attempts to diagnose the failure if the maximum
number of veneer generation passes you specify is exceeded, and
displays a warning message. You can downgrade this warning message
using --diag_remark.
--max_veneer_passes=value
Where is
the maximum number of veneer passes the linker is to attempt. The
minimum value you can specify is one.value