23.07.2011, 14:37
Quote:
robanswe: in your compiler command line options, add the -S8192 or maybe -S65536
Code:
"%in%" -o"%out%" -d2 -O0 -S65536 -w203 -w204 pay attention to the -S65536, its setting the stack/heap size, as mentioned. if you got long if{}else if{}... or switch(){case{}case{}... then a too-low set -S can cause yor problem aswell, and the -S setting to a higher size will solve it ![]() |
public test()
{
test();
}
Is there anyway to find things like this? I mean my gm is over 40k lines o.0