User Tag List

Results 1 to 3 of 3

Thread: Release_Small and Run_Only_Small

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Release_Small and Run_Only_Small

    I just tried one of these build configurations, and it cut the file size of my extension in half. Do they have any incompatibilities or restrictions I should be aware of?

  2. #2
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)

    Re: Release_Small and Run_Only_Small

    Hi Jaffob,

    as far i know only the compilation flag minimizing size in deprecated of speed.

    Regular compilation use maximize speed as preferred flag.

    for my experience no restrictions appears, only used when the size was really big. (use a lot in MMF1.5).

    Regards,


    Fernando Vivolo

    ... new things are coming ...

  3. #3
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Release_Small and Run_Only_Small

    The Release_Small and Run_Only_Small just have an additional linker option (set in ccxhdr.h), /opt:nowin98. When this option is set, the EXE/DLL file is not optimized for Windows 9x, i.e. sections are not aligned on 4k boundaries. It may be slower on Windows 9x but there is no difference on Windows XP/2k/etc.

Posting Permissions

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