store_object_files

Controls the storage location of object data, either in the target data driectory or as a separate file.

Syntax

#pragma store_object_files on | off | reset

Targets
All platforms.
Remarks

By default, the IDE writes object data to the project’s target data directory. When this pragma is on, the object data is written to a separate object file.

NOTE For some targets, the object file emitted may not be recognized as actual object data.

This pragma does not correspond to any panel setting. The default setting is off.