cbpporter Messages: 1427 Registered: September 2007
Ultimate Contributor
mirek wrote on Thu, 07 April 2016 23:48
I have found that -O3 mode does not work with mingw. I suspect linker issue....
So it is not just me then?
Anyway, I might be able to circumvent the problem.
What I'm doing in the atexit method is basically leak detection. How did you manage to do leak detection in U++, since such code needs to run after global destructors, right?