Control: tags -1 pending On Thu, Jan 23, 2020 at 11:30:46AM +0100, John Paul Adrian Glaubitz wrote:
> > if (NOT USE_LD_GOLD)
> > set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}
> > -Wl,--reduce-memory-overheads")
> > set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}
> > -Wl,--reduce-memory-overheads")
> > endif ()
>
> Good idea, I agree with that variant.
Ok, I tested it and it seems to work. Changes applied, thanks!
Berto

