[fpc-pascal] debugging version of RTL

Henry Vermaak henry.vermaak at gmail.com
Mon Nov 10 00:46:07 CET 2008


2008/11/9 Marc Santhoff <M.Santhoff at t-online.de>:
> Hi,
>
> how can I build the RTL and other packages containing debug symbols?
>
> Is it sufficient to do sth. like:
>
> cd rtl
> <edit Makefile.fpc setting -gl as compiler option>
> make clean allinstall

you can pass OPT="-gl -O-" to make instead of editing the
Makefile.fpc.  Use CROSSOPT if you're cross compiling.

henry



More information about the fpc-pascal mailing list