Problem about the "Optimization: Maximize Speed(O2)"
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, everyone ! I encounter a problem. When I set the VC++ (7.0) "Optimization: Maximize Speed(O2)", my program can't work correctly. But when I changed the Optimization to other, for example to "Minimize Size (O1)" or disable, my program can work correctly. But for some reason, I must use the (O2) option. I want to know by which way , can I find the bug in source ? Thanks a lot! Best Regards,