Martin B.
2009-10-21 11:44:09 UTC
Hi all.
In Visual Studio 2005 I have the following Optimization settings:
- Optimization: /Od | /O1 | /O2 | /Ox | "Custom"
- Inline Functions: "Default" | /Ob1 | /Ob2
- ...
My problem is now, if I want inlining *only*, should I set the general
setting to /Od or to "Custom" (which results in no cmdline switch)??
That is: Both {/Od /Ob2} or {/Ob2} only?
cheers,
Martin
In Visual Studio 2005 I have the following Optimization settings:
- Optimization: /Od | /O1 | /O2 | /Ox | "Custom"
- Inline Functions: "Default" | /Ob1 | /Ob2
- ...
My problem is now, if I want inlining *only*, should I set the general
setting to /Od or to "Custom" (which results in no cmdline switch)??
That is: Both {/Od /Ob2} or {/Ob2} only?
cheers,
Martin