Results 1 to 9 of 9

Thread: the smallest fpc program

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    the smallest fpc program

    i've tried to make the smallest fpc program without compression , this is what i did


    program test;
    begin
    end.

    //---compilation ---
    fpc test.pas -O3 -XsX -CX -Sd

    i got 30kb

    so any one else have got less than 30kb ?

    (with delphi i got 3.5 kb , with mini system and sysinit units)
    i don't know if fpc has system units like in delphi !!
    Last edited by AirPas; 09-11-2011 at 09:27 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •