
Compiler Settings
Item |
Description |
Binary file |
Select to generate a binary file. (xxx.bin) |
Hex file |
Select to generate an Intel HEX file (xxx.hex) |
Report file |
Select to generate a report file (xxx.rpt) |
AVR Studio object file |
Select to generate an AVR Studio object file (xxx.obj) |
Assembler file |
Select to generate an ASM file. This option is only available in the PRO version. |
|
|
Break at first error |
This options will terminate compilation at the first encountered error. It will result in a faster compilation in case of errors. |
Include dead code |
By default you would not like to include dead code : code that is not executed. If you used some special code that does access this code, you would like to include it. This option will turn off dead code elimination for the whole project. See also $OPT and $NOOPT. |
Optimize for size |
When there is a choice between size and speed, this option will be used to determine which choice is preferred. When you select this option this will result in smaller size. This option is only available for the PRO version. |