|
From: Greg C. <gch...@sb...> - 2011-09-06 13:35:17
|
On 2011-09-06 13:03Z, Kapeciu wrote: > > When I use g++ 4.5.2-1 to compile my file, max memory usage = 472MB, but when > I use g++ 3.4.5 max usage = 1400MB and g++ created output file. But I can't > build my other files with older g++ and I think that i must use g++ version > >= 4 Can you split the file into two pieces, and compile the pieces separately? |