From: "Martin Schreiber" <[EMAIL PROTECTED]>
Comparison FPC 2.2 - Delphi 7.

MSEide aps\ide\mseide.pas without database support:
Compile time FPC: 17.9s Delphi: 1.28s
Exe size FPC: 2.27MB Delphi: 1.87MB

Commandline FPC:
\fpc\svn\fixes_2_2\compiler\ppc386.exe -O2 -CX -XX -Xs -B -Fi..\..

-XX and -CX are useless on Win32. Internal linker always do smartlinking and external linker does not do it.

Try to pass -g- option to see if compile time will be reduced.

Yury. _______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to