Changes between Version 2 and Version 3 of CompileAppWin


Ignore:
Timestamp:
Jan 5, 2017, 2:37:02 PM (7 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileAppWin

    v2 v3  
     1[[PageOutline]]
     2
    13= Building BOINC applications on Windows =
    24
     
    4648}}}
    4749
     50=== Optimizing apps in Visual Studio ===
     51
     52You may be able to significantly (e.g. 2X) optimize your app
     53by setting the following options in the project config:
     54
     55General
     56- Platform Toolset
     57- Whole Program Optimization
     58
     59Optimization
     60- Inline Function Expansion
     61- Enable Intrinsic Functions
     62- Favor Size Or Speed
     63- Omit Frame Pointers
     64- Whole Program Optimization
    4865
    4966== MinGW and Dev-C++ == #devcpp