mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:59:16 +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>
|
||||
<CustomOptions Value="$(IDEBuildOptions)"/>
|
||||
</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>
|
||||
<Description Value="Useful units for Lazarus packages."/>
|
||||
<License Value="Modified LGPL-2"/>
|
||||
|
Loading…
Reference in New Issue
Block a user