mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 13:20:26 +02:00
IDE, project opts: improve captions about optimization and debugger friendliness.
git-svn-id: trunk@61167 -
This commit is contained in:
parent
9d5c5b671a
commit
2f64163288
@ -2381,8 +2381,8 @@ resourcestring
|
||||
dlgOptimizationLevels = 'Optimization levels';
|
||||
dlgOtherOptimizations = 'Other optimizations';
|
||||
lisSmallerRatherThanFaster = 'Smaller rather than faster';
|
||||
dlgLevelNoneOpt = '0 (no optimization)';
|
||||
dlgLevel1Opt = '1 (quick, debugger friendly)';
|
||||
dlgLevelNoneOpt = '0 (no optimization, for debugging)';
|
||||
dlgLevel1Opt = '1 (quick, debugger friendly with small limitations)';
|
||||
dlgLevel2Opt = '2 (-O1 + quick optimizations)';
|
||||
dlgLevel3Opt = '3 (-O2 + slow optimizations)';
|
||||
dlgLevel4Opt = '4 (-O3 + aggressive optimizations, beware)';
|
||||
|
Loading…
Reference in New Issue
Block a user