Building Large 64bit DEBUG Exes with Split DWARF option

TwineCompile - Cut C++Builder compile times by up to 50x!
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: Building Large 64bit DEBUG Exes with Split DWARF option

Post by jomitech »

Ahh, no, there has not been an updated release for that. You'll still need to use the special build that you have
Jon
Richard_008
Posts: 39
Joined: Mon Sep 21, 2020 11:53 am

Re: Building Large 64bit DEBUG Exes with Split DWARF option

Post by Richard_008 »

Whenever I build group project with parallel project build and Split DWARF enabled (in TwineCompile 5.6.1, from GetIt, RAD Studio 12), no *.dwo files are created. When I turn off parallel projects, the *.dwo files are created after building all the files. Is this a known bug?
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: Building Large 64bit DEBUG Exes with Split DWARF option

Post by jomitech »

This is a known issue, yes, to do with the way that the Embarcadero compiler collects files and generates the DWO files as an after-effect. We're looking into a solution that will work with parallel project builds.
Jon
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: Building Large 64bit DEBUG Exes with Split DWARF option

Post by jomitech »

We have a fix/update for the issue with using parallel project building and split-DWARF files. Download the following file and extract into the TwineCompile Program Files directory, and you should be able to use that option in RAD Studio 12.

https://jomitech.com/downloads/Parallel ... tDwarf.zip
Jon
Richard_008
Posts: 39
Joined: Mon Sep 21, 2020 11:53 am

Re: Building Large 64bit DEBUG Exes with Split DWARF option

Post by Richard_008 »

Thanks a lot! Now it works perfectly!
Post Reply