Software Archive
Read-only legacy content
17061 Discussions

Re: OBJ and MOD

Steven_L_Intel1
Employee
414 Views
You'll get separate .MOD files anway, but this doesn't affect optimization.

What I recommend is this. In your workspace, create a new project. In that project create a single source file which is simply a series of INCLUDE lines, one for each of your compilable sources. Then build that - you'll get all the sources compiled together, with interprocedural optimization. Do this once you've debugged the project as separate sources.

Steve
0 Kudos
1 Reply
Intel_C_Intel
Employee
414 Views
Some !DEC$ FREEFORM and !DEC$ NOFREEFORM lines probably wouldn't hurt as well.
0 Kudos
Reply