LazUtils: force dwarf for fpc 2.*

git-svn-id: trunk@49082 -
This commit is contained in:
martin 2015-05-18 12:49:48 +00:00
parent 381c46845f
commit 85f0a2993f

View File

@ -12,6 +12,18 @@
<Other>
<CustomOptions Value="$(IDEBuildOptions)"/>
</Other>
<Conditionals Value="if GetProjValue('FPC_FULLVERSION') &lt; 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>
<Description Value="Useful units for Lazarus packages."/>
<License Value="Modified LGPL-2"/>