laurentkneip / opengv

OpenGV is a collection of computer vision methods for solving geometric vision problems. It is hosted and maintained by the Mobile Perception Lab of ShanghaiTech.
Other
1.02k stars 353 forks source link

Can't po the variables #38

Closed lizhengning closed 8 years ago

lizhengning commented 8 years ago

When debugging with Xcode, I can't print the value of the variables like rotation or translation. I am in the debug mode, and the optimize level is 0.

lizhengning commented 8 years ago

Problem solved by changing add_definitions (-Wall -march=native -O3) to add_definitions (-Wall -march=native -O0);