[fpc-devel] symify.pp broken
Tomas Hajny
XHajT03 at mbox.vol.cz
Sat Apr 5 10:39:03 CEST 2008
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
More information about the fpc-devel
mailing list