User`s guide
10 Embedded IDE Link™ CC Configuration Parameters
Project options
Sets the proje ct options for building y our project from the model.
Settings
Default: Custom
Custom
Applies a custom project configuration that provides a specialized
combina tio n of bui ld and optimiza tion settings.
The default settings are the same as the Release project confi gura tion
in CCS, exce pt for the compiler and memory options. For the
compiler options,
Custom does not use any optimizations. For memory
configuration,
Custom specifies a memory model that us es Far
Aggregate
for data a nd Far for function s .
Debug
Applies the Debug project options defined by Code Composer Studio
software to the generated project and code. The Compiler optio ns string
becomes
-g -d _DEBUG
Release
Applies the Release project configuration defined by Code C omposer
Studio software to the g enerated project and code. Sets the Compiler
options string to
-o2.
Dependencies
• Selecting Custom disables the rese t options for Compiler options string
and Linker options string.
• Selecting
Release sets the Compiler options string to -o2.
• Selecting
Debug se ts the Compiler options string to -g -d _DEBUG
.
Command-Line Information
Param ete r: projectOptions
Type: string
10-16