[fpc-pascal] Statically linked-in fpc code

Adriaan van Os fpc at microbizz.nl
Fri Feb 5 10:38:31 CET 2021


Jonas Maebe via fpc-pascal wrote:
> On 2021-02-05 09:24, Adriaan van Os via fpc-pascal wrote:
>> It's crazy !
>> <https://bugs.freepascal.org/view.php?id=38440>
> 
> The default fpc.cfg file contains this (both in 3.0.4 and 3.2.0):
> 

Thanks for tne reply.

> # For a debug version compile with debuginfo and all codegeneration 
> checks on
> #IFDEF DEBUG
>   -gl
>   -Crtoi
>   #WRITE Compiling Debug Version
> #ENDIF

I find such sneaky configuration files an extremely bad idea !

> 
> It seems the stack checking code causes issues for you in 3.2.0 for some 
> reason.

It runs fine when compiling on the same Mac with gcc-3.0.4. So, there must have been a change 
between 3.0.4 and 3.2.0 ?

Regards,

Adriaan van Os



More information about the fpc-pascal mailing list