I don't think ./configure --enable-static would create a stand-alone executable if that is what you're expecting. It will just resolve available functions that are available in compile time instead of dynamically link them in runtime.
I think you have to install PHP in debug mode, and move phalcon to the ext/ directory then add --enable-phalcon to the compilation flags when compiling PHP.