catkin_make's option for optimization
I used Eigen library for my program and found that matrix calculation is very slow(Just "for loop" is faster !!).
I think that optimization is not carried out when making the program.
How can I optimize the program ?
Any good catkin option for optimization ?
Thanks in advance.