Things are really unstable and Im using -O9 -ffast-math -fomit-frame-pointer optimizations. What gives?
Don’t bother using anything higher than -O3 since it isn’t supported by current versions of gcc. Very aggressive optimizations sometimes cause the compiler to streamline the assembly code to the point where it doesn’t quite do the same thing anymore. Please try to compile with CFLAGS -O2 -march=
Related Questions
- My device seems to be unstable (stops suddenly, often gives error messages, or fails to run an application). What can I do?
- Im finding things to be really unstable and Im using "-O9 -ffast-math -fomit-frame-pointer" optimizations. What gives?
- Things are really unstable and Im using -O9 -ffast-math -fomit-frame-pointer optimizations. What gives?