- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Some !DEC$ FREEFORM and !DEC$ NOFREEFORM lines probably wouldn't hurt as well.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page