mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 16:20:35 +02:00
LazUtils: force dwarf for fpc 2.*
git-svn-id: trunk@49082 -
This commit is contained in:
parent
381c46845f
commit
85f0a2993f
@ -12,6 +12,18 @@
|
|||||||
<Other>
|
<Other>
|
||||||
<CustomOptions Value="$(IDEBuildOptions)"/>
|
<CustomOptions Value="$(IDEBuildOptions)"/>
|
||||||
</Other>
|
</Other>
|
||||||
|
<Conditionals Value="if GetProjValue('FPC_FULLVERSION') < 30000 then begin
|
||||||
|
CustomOptions += ' -gw';
|
||||||
|
end;
|
||||||
|
// example for adding linker options on Mac OS X
|
||||||
|
//if TargetOS='darwin' then
|
||||||
|
// LinkerOptions := ' -framework OpenGL';
|
||||||
|
|
||||||
|
// example for adding a unit and include path on Windows
|
||||||
|
//if SrcOS='win' then begin
|
||||||
|
// UnitPath += ';win';
|
||||||
|
// IncPath += ';win';
|
||||||
|
//end;"/>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
<Description Value="Useful units for Lazarus packages."/>
|
<Description Value="Useful units for Lazarus packages."/>
|
||||||
<License Value="Modified LGPL-2"/>
|
<License Value="Modified LGPL-2"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user