mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02:00

- lowers build times - ide is not that important anymore than years before - other utils like pastojs are also located in the packages tree git-svn-id: trunk@37926 -
20 lines
473 B
Plaintext
20 lines
473 B
Plaintext
|
|
You can have a fp.cfg file in the same directory as fp.exe. It works the
|
|
same as fpc.cfg
|
|
|
|
To compile the IDE you need to choose whether to build with or without
|
|
debugger (gdb) support. When debugger support is used a check will be
|
|
done if libgdb.a is available. If this is not available then it will
|
|
automatically fallback to create the IDE without debugger support.
|
|
|
|
To build with debugger support (default):
|
|
|
|
make gdb
|
|
|
|
To build without debugger support:
|
|
|
|
make nogdb
|
|
|
|
|
|
|