From only the Readme-Documentation and looking plain at the build-sources, I was able to tweak the code within phalcon.c
in the build-folders.
Of course, tweaking that file and doing a sudo ./install
is a bit uncosy w.r.t. build times and overview.
I was able to find via looking at git log <different params>
to see that the amalgam-phalcon.c
file is generated by gen-build.php
. However, this still comes down to a full rebuild.
This is where I am at my wits' end.
tl;dr Usecase: Change a few lines of code and re-build and -install phalcon.
Question: Is a partial rebuild and installation of phalcon possible?