Hello,

Akanksha wrote:

> I have a little problem here.. I am using g++ to compile a huge code
> of about 200,000 lines and the compilation gives me the following
> error

Try reducing the optimization level or splitting up the file. The file
in question is extraordinarily large. Optimization can take huge
amounts of RAM, especially for large functions.

Bernd Strieder

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to