[Lazarus] svn r23973 unable to open old projects

Paul Ishenin webpirat at mail.ru
Tue Mar 16 16:01:49 CET 2010


16.03.2010 21:50, Vincent Snijders wrote:
>>
>> 1. is to use bigideclean instead of clean
>> 2. to use -Xs instead of strip
>>
> make bigideclean bigide OPT="-dOldAutoSize -Xs"
>
> I thought -Xs doesn't work if you add -gl to the compiler parameters, 
> as the Lazarus makefiles do.
>
> So you would have to do OPT="-g- -Xs", but then the compiled units 
> don't have debug info either.
Ok, then:

make bigideclean bigide OPT="-dOldAutoSize -Xg"
del lazarus.dbg
del startlazarus.dbg
del lazbuild.dbg

Best regards,
Paul Ishenin.




More information about the Lazarus mailing list