current version does not work wwith -O3 on some compilers
Opened this issue · 4 comments
alexriegler12 commented
if I compile rv.c with MinGW separately with -O3 enabled and then link it to my SDL Emulator, it doesn't work.
This does not occur with previous versions.
alexriegler12 commented
After disabling the endcvt function, it works fine.
mnurzia commented
Could you provide more details on why it doesn't work? Does it segfault?
alexriegler12 commented
No, it does not segfault, but just doesn't execute my program correctly
mnurzia commented
You need to be more specific, otherwise I can't fix the problem. What is the program being run?