store_object_files

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

Syntax
  #pragma store_object_files on | off | reset  
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. By default, this pragma is off.