Hi,
I have a strange problem. When I compile my code with option -O1 or -O2(respectively creates the smallest code, creates the fastest code) and then I try to run it, it crashes. If the code was compiled with this optimization disabled, execution is ok.
Does someone ever meet the same problem? Maybe there are some typical kind of source code that is not caught by the optimizer but that should be.
--
Globos
I have a strange problem. When I compile my code with option -O1 or -O2(respectively creates the smallest code, creates the fastest code) and then I try to run it, it crashes. If the code was compiled with this optimization disabled, execution is ok.
Does someone ever meet the same problem? Maybe there are some typical kind of source code that is not caught by the optimizer but that should be.
--
Globos