[fpc-pascal] TReader.ReadProperty
Michael Van Canneyt
michael at freepascal.org
Wed Nov 3 16:07:16 CET 2010
On Wed, 3 Nov 2010, Fred Flinestone wrote:
>
>
> On Wed, Nov 3, 2010 at 9:17 AM, Michael Van Canneyt <michael at freepascal.org> wrote:
> You must recompile the RTL with debug information, and then recompile your
> project.
>
>
>
> I am using Ubuntu 10.04 with create_fpc_deb.sh script to get FPC DEB package and this script doesn't have option to set
>
> OPT=-gl to build debug version. How can I build it then?
I don't know that, I have no experience with the .deb packaging, so I can't help there.
I use
make OPT=-gl all
in the sources directory. After that a 'make install' installs everything.
Michael.
More information about the fpc-pascal
mailing list