how to "strip debug symbols"?

I was wondering where the option is for “Strip Debug Symbols.” I’ve been reading in other threads that this option will reduce my build size significantly, but I can’t find this option. Here is a screenshot of my Build Settings panel, which is where it sounds like this checkbox should be.

Either I’m looking in the wrong place or this checkbox has been removed in newer versions of Unity. Which is it? Thanks!

245691--8833--$build_settings_159.png

Strip Debug Symbols = !Development Build

–Eric

thanks!

Does this mean that Unity is meant to strip out all Debug.Log calls when not in a development build or am I mis understanding this option. If it does mean that then this appears to be broken in Unity 4.0

No, debug symbols has nothing at all to do with Debug.Log. If you don’t want Debug.Log to output anything, turn off “use player log” in the player settings.

–Eric