[Lazarus] svn r23973 unable to open old projects

Vincent Snijders vsnijders at vodafonevast.nl
Tue Mar 16 15:50:53 CET 2010


Paul Ishenin schreef:
> 16.03.2010 15:47, Kjow wrote:
>> cd C:\Develop\Lazarus
>> svn up
>> make clean bigide OPT="-dOldAutoSize"
>> strip --strip-all lazarus.exe
>> strip --strip-all lazbuild.exe
>> strip --strip-all startlazarus.exe
>> pause
>> exit
>>    
> I would recommend to do:
> 
> make bigideclean bigide OPT="-dOldAutoSize -Xs"
> 
> 1. is to use bigideclean instead of clean
> 2. to use -Xs instead of strip
> 

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.

Vincent




More information about the Lazarus mailing list