Re: [fpc-devel] What's the best way to debug the fpc compiler?

2017-12-28 Thread Giuliano Colla
Il 28/12/2017 14:54, Sven Barth via fpc-devel ha scritto: A "make install" I do only when I need to use the compiler in Lazarus for a different project, for everything else I simply add the unit directories of the needed packages to the run parameters. I hope this helps you :) Thanks a lot

Re: [fpc-devel] What's the best way to debug the fpc compiler?

2017-12-28 Thread Sven Barth via fpc-devel
Am 28.12.2017 11:30 schrieb "Giuliano Colla" : Hi fpc developers, I'm playing a bit with the compiler. In order to debug my changes I need to compile some test programs. To stay on the safe side, currently when I modify something I rebuild everything (make all - make install) in order to provide

[fpc-devel] What's the best way to debug the fpc compiler?

2017-12-28 Thread Giuliano Colla
Hi fpc developers, I'm playing a bit with the compiler. In order to debug my changes I need to compile some test programs. To stay on the safe side, currently when I modify something I rebuild everything (make all - make install) in order to provide a consistent compilation environment. Th