Re: [Interest] Gold linker configuration in Qt 5

2020-07-02 Thread Allan Sandfeld Jensen
On Donnerstag, 2. Juli 2020 11:29:17 CEST Ramakanth Kesireddy wrote: > Hi, > > Is it recommended to use gold linker or system linker with > -no-use-goldlinker while configuring Qt5.6.3 and above? > > As per my understanding, gold linker should provide faster linking and use > less memory than

Re: [Interest] Gold linker configuration in Qt 5

2020-07-02 Thread Michal Klocek
https://codereview.qt-project.org/c/qt/qtbase/+/250261 On 7/2/20 3:22 PM, Ramakanth Kesireddy wrote: Ok Thanks for your details. Is there any option in Qt5 configure line to make use of llvm ldd linking? Best Regards, Ramakanth On Thu, 2 Jul, 2020, 15:26 Sérgio Martins,

Re: [Interest] Gold linker configuration in Qt 5

2020-07-02 Thread Ramakanth Kesireddy
Ok Thanks for your details. Is there any option in Qt5 configure line to make use of llvm ldd linking? Best Regards, Ramakanth On Thu, 2 Jul, 2020, 15:26 Sérgio Martins, wrote: > On 2020-07-02 10:29, Ramakanth Kesireddy wrote: > > Hi, > > > > Is it recommended to use gold linker or system

Re: [Interest] Gold linker configuration in Qt 5

2020-07-02 Thread Sérgio Martins via Interest
On 2020-07-02 10:29, Ramakanth Kesireddy wrote: Hi, Is it recommended to use gold linker or system linker with -no-use-goldlinker while configuring Qt5.6.3 and above? As per my understanding, gold linker should provide faster linking and use less memory than the traditional linker. Please

[Interest] Gold linker configuration in Qt 5

2020-07-02 Thread Ramakanth Kesireddy
Hi, Is it recommended to use gold linker or system linker with -no-use-goldlinker while configuring Qt5.6.3 and above? As per my understanding, gold linker should provide faster linking and use less memory than the traditional linker. Please let me know your thoughts in this regard. Best