Visual Studio .NET Optimizations ?
right click your project name in solution explorer, choose properties, see in the right tab there is a configuration properties and also an optimization option.
when I see the help file, they said this optimizations can make our application faster, smaller but can make debugging difficult.
but when I see my application, there is no files seem smaller and also doesn't make my application run faster, and also there is no such difficult error when debugging.
so what do they mean can make debugging difficult ?
is it safely if I'm always using this option enabled ?
do you guys ever used this option ?