[Lazarus] RE : Debug info for packages

cobines cobines at gmail.com
Fri Oct 7 14:19:05 CEST 2011


2011/10/7 Ludo Brands <ludo.brands at free.fr>:
> While the Build Lazarus options are -O2 -g- -Xs , sqlite3laz( and all other
> packages) is compiled with:
> sqlite3laz.compiled:
> <?xml version="1.0"?>
> <CONFIG>
>  <Compiler Date="1060328717"
> Value="C:\lazarus\fpc\svn\bin\i386-win32\fpc.exe"/>
>  <Params Value=" -MObjFPC -Scgi -O1 -g -gl -vewnhi -l
> -FuC:\lazarus\ideintf\units\i386-win32
> -FuC:\lazarus\lcl\units\i386-win32\win32 -FuC:\lazarus\lcl\units\i386-win32
> -FuC:\lazarus\packager\units\i386-win32 -FuC:\lazarus\components\sqlite\
> -FUC:\lazarus\components\sqlite\lib\i386-win32\win32\ -dLCL -dLCLwin32
> sqlite3laz.pas"/>
> </CONFIG>

I see it would only work for packages that use <CustomOptions
Value="$(IDEBuildOptions)"/> but only some of them use it, like LCL,
FCL.

--
cobines




More information about the Lazarus mailing list