Results 1 to 2 of 2

Thread: Visual Studio .NET Optimizations ?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2003
    Location
    Earth
    Posts
    23

    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 ?

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Cool

    I know what you mean. I have fiddled around with it and it does little to EXE size (but I've only tried it with small programs anyway). It might be that it only has a noticable effect on large programs.

    It is safe to use though, it wouldn't be opimising the program if it damaged it!

    .Net progs are small enough anyway (usually).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width