Re: [fpc-devel] Binary size discrepancy with -a

2020-07-18 Thread Benito van der Zander
Hi J. Gareth, I once added -a to debug my Android app, and then it did not start anymore on some devices... Bye, Benito On 19.07.20 05:09, J. Gareth Moreton wrote: Hi everyone, I've noticed something a bit weird with the Free Pascal Compiler when you use the the -a option to dump the

Re: [fpc-devel] Binary size discrepancy with -a

2020-07-18 Thread J. Gareth Moreton
-a shouldn't disable optimisations at all.  It just dumps the intermediate assembly language into .s files. Gareth aka. Kit On 19/07/2020 04:22, Alexander Grotewohl wrote: would -a disable optimizations? i guess it'd depend on the intended use of the listings it generated -- Alexander

Re: [fpc-devel] Binary size discrepancy with -a

2020-07-18 Thread Alexander Grotewohl
would -a disable optimizations? i guess it'd depend on the intended use of the listings it generated -- Alexander Grotewohl https://dcclost.com From: fpc-devel on behalf of J. Gareth Moreton Sent: Saturday, July 18, 2020 11:09:29 PM To: FPC developers' list

[fpc-devel] Binary size discrepancy with -a

2020-07-18 Thread J. Gareth Moreton
Hi everyone, I've noticed something a bit weird with the Free Pascal Compiler when you use the the -a option to dump the compiled assembly files... the resultant binaries are sometimes smaller.  I recently tried it with Lazarus under x86_64-win64 (using "make distclean all install" with

Re: [fpc-devel] ftfont and FreeType

2020-07-18 Thread Michael Van Canneyt
On Sat, 18 Jul 2020, Werner Pamler wrote: Am 17.07.2020 um 23:29 schrieb Michael Van Canneyt via fpc-devel: First you'll have to explain something: Why does it break existing code according to you ? The default library name is the same in both units. Compile and run the noguidemo in the

Re: [fpc-devel] ftfont and FreeType

2020-07-18 Thread Werner Pamler
Am 17.07.2020 um 23:29 schrieb Michael Van Canneyt via fpc-devel: First you'll have to explain something: Why does it break existing code according to you ? The default library name is the same in both units. Compile and run the noguidemo in the Lazarus folder components/tachart/demo/nogui. It