PROFILE (Windows Embedded CE 6.0)
1/5/2010
This configuration option specifies whether Romimage.exe includes the profiler structure and symbols in the run-time image.
This option uses the following syntax.
PROFILE = OFF | ON | ALL
Parameters
- OFF
By default, Romimage.exe does not include the profiler structure and symbols in the run-time image.
- ON
Romimage.exe includes the profiler structure and symbols in the run-time image, using an abbreviated Microsoft® eMbedded Visual C++® 4.0 development system symbol name to conserve space in the run-time image.
- ALL
Romimage.exe includes the profiler structure and symbols in the run-time image, using the complete eMbedded Visual C++ 4.0 symbol name.
Remarks
Disable this configuration option in a run-time image built from the default Release configuration.
If symbols are not included in an .exe file in the run-time image, the symbols can be obtained from the .map files.
See Also
Concepts
CONFIG Section
Binary Image Builder File