On Fri, April 4, 2008 16:47, Robert Riebisch wrote:
> Tomas Hajny wrote:
>
>> You're more than welcome. :-) What bug is it? You might try debugging
>> with
>> gdbpas too if just the line info is not sufficient.
>
> I downloaded latest fpcbuild.zip and ran "make nogdb" in "ide" folder.
> This created a stripped fpc.exe. Where do I have to place "-gl"? In
> Makefile? In fpc.cfg?

make "OPT=-gl" nogdb

fpc.cfg may or may not do depending on other parameters passed to make
(like RELEASE=1 which results in -n option added, i.e. fpc.cfg is ignored
completely then). BTW, with RELEASE=1 you'd need to extend the options to
"OPT=-gl -Xs-", because -Xs is added for stripping otherwise.

Tomas


_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to