[fpc-devel] smrtlinking on arm-wince

Vincent Snijders vsnijders at quicknet.nl
Tue May 16 23:47:40 CEST 2006


Oro06 wrote:
> using -CX, rtl built fine .a are created
> then progs compiled with $SMARTLINK ON
> compile and run

Do you see any difference when you using smartlinking or not?

I tried the following test program:
================
program Project1;

{$mode objfpc}{$H+}

uses
   Windows, Classes
   { add your units here };

begin
end.
================
Compiled with -Xs to strip debug info.

With -XX: 572 kB
With -XS: 572 kB

So, I doubt smartlinking is successful.

Vincent






More information about the fpc-devel mailing list