On Mon, Dec 31, 2018 at 06:51:12AM +0000, peter green wrote: >... while the mips and mipsel builds ran out of virtual memory. > > It may be worth playing with the settings, the first thing to try is probably > -Wl,-no-keep-memory , if that fails it may be worth trying optimising for > size ( -Os instead of -O2 )
I'd be surprised if -Os would help. Most of the time the mips/mipsel build can be fixed by appending -g1 to the CXXFLAGS, overwriting the default -g (which is -g2). cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed