Re: [fpc-pascal] Optimizing code generation fpc (lazarus)?

2020-05-17 Thread Michael Van Canneyt
On Sun, 17 May 2020, Bo Berglund via fpc-pascal wrote: ADDING ANOTHER QUESTION: Is there a way to find out which functions in a particular unit are called from the other units in the project? Sort of an expanded list of "dependencies"... The lazarus IDE can give

Re: [fpc-pascal] Optimizing code generation fpc (lazarus)?

2020-05-17 Thread Jonas Maebe
On 17/05/2020 11:18, Bo Berglund via fpc-pascal wrote: > So now I wonder if there is a way to compile the application where the > compiler will not touch functions that are not used in the current > project? No. > ADDING ANOTHER QUESTION: > > Is there a way to find out

Re: [fpc-pascal] Optimizing code generation fpc (lazarus)?

2020-05-17 Thread Bo Berglund via fpc-pascal
On Sun, 17 May 2020 11:15:17 +0200, Bo Berglund via fpc-pascal wrote: Maybe a stupid question, but... I am struggling with porting a Windows service application written with D7/D2007 back in 2004-2006 or so. I need to get it moved to Linux because of Windows 10 issues. Now I am handling a lot