I installed my phalcon with this command:
git clone git://github.com/phalcon/cphalcon.git cd cphalcon/build sudo ./install
But when I logged something, I found some words 'debug'. I want to know does my phalcon work in debug mode or release mode? How to make it be in release mode?