Page 2 of 2

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

Posted: Tue Nov 14, 2023 2:12 pm
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

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

Posted: Wed Nov 22, 2023 3:50 am
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?

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

Posted: Wed Nov 22, 2023 3:02 pm
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.

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

Posted: Tue Dec 12, 2023 2:02 pm
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

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

Posted: Wed Dec 13, 2023 4:30 am
by Richard_008
Thanks a lot! Now it works perfectly!