mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 09:29:35 +02:00
IDE: compiler options: -pg gprof added hint that it only works on 32bit
git-svn-id: trunk@53112 -
This commit is contained in:
parent
76a051e364
commit
d15596f13e
@ -113,7 +113,7 @@ begin
|
||||
chkUseExternalDbgSyms.Caption := dlgExtSymb + ' (-Xg)';
|
||||
chkUseHeaptrc.Caption := dlgCOHeaptrc + ' (-gh)';
|
||||
chkTrashVariables.Caption := dlgCOTrashVariables + ' (-gt)';
|
||||
chkGenGProfCode.Caption := dlgGPROF + ' (-pg)';
|
||||
chkGenGProfCode.Caption := dlgGPROF + ' (-pg, '+lisOnly32bit+')';
|
||||
chkSymbolsStrip.Caption := dlgCOStrip + ' (-Xs)';
|
||||
end;
|
||||
|
||||
|
@ -2267,6 +2267,7 @@ resourcestring
|
||||
dlgCOTrashVariables = 'Trash variables';
|
||||
dlgCOValgrind = 'Generate code for valgrind';
|
||||
dlgGPROF = 'Generate code for gprof';
|
||||
lisOnly32bit = 'only 32bit';
|
||||
dlgCOStrip = 'Strip symbols from executable';
|
||||
dlgExtSymb = 'Use external gdb debug symbols file';
|
||||
dlgLinkSmart = 'Link smart';
|
||||
|
Loading…
Reference in New Issue
Block a user