Changes between Version 2 and Version 3 of CompileAppWin
- Timestamp:
- Jan 5, 2017, 2:37:02 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileAppWin
v2 v3 1 [[PageOutline]] 2 1 3 = Building BOINC applications on Windows = 2 4 … … 46 48 }}} 47 49 50 === Optimizing apps in Visual Studio === 51 52 You may be able to significantly (e.g. 2X) optimize your app 53 by setting the following options in the project config: 54 55 General 56 - Platform Toolset 57 - Whole Program Optimization 58 59 Optimization 60 - Inline Function Expansion 61 - Enable Intrinsic Functions 62 - Favor Size Or Speed 63 - Omit Frame Pointers 64 - Whole Program Optimization 48 65 49 66 == MinGW and Dev-C++ == #devcpp