Building Large 64bit DEBUG Exes with Split DWARF option
Re: Building Large 64bit DEBUG Exes with Split DWARF option
Ahh, no, there has not been an updated release for that. You'll still need to use the special build that you have
Jon
-
- Posts: 40
- Joined: Mon Sep 21, 2020 11:53 am
Re: Building Large 64bit DEBUG Exes with Split DWARF option
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
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
Re: Building Large 64bit DEBUG Exes with Split DWARF option
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
https://jomitech.com/downloads/Parallel ... tDwarf.zip
Jon
-
- Posts: 40
- Joined: Mon Sep 21, 2020 11:53 am
Re: Building Large 64bit DEBUG Exes with Split DWARF option
Thanks a lot! Now it works perfectly!