[fpc-devel] Quickly recompiling fpc

Sven Barth pascaldragon at googlemail.com
Sat Dec 9 16:57:50 CET 2017


Am 09.12.2017 14:57 schrieb "Benito van der Zander" <benito at benibela.de>:

Hi,
how do you recompile fpc after making a small change in the compiler, like
enabling the debugmsg define in x86/aoptx86.pas?

make buildbase says nothing was changed, and make clean; make buildbase
recompiles not just the compiler, but also the rtl, which is a waste of
time.


Build it in the Lazarus IDE using the corresponding project for your
platform (this will result in a compiler/<platform>/pp(.exe) binary).
Other than that "make cycle" inside the compiler directory *is* the
recommended way to rebuild the compiler even if it rebuilds both the
compiler and the RTL multiple times.

Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20171209/78762329/attachment.html>


More information about the fpc-devel mailing list