what us the difference between the Debug/release

hey i was wondering what the difference between building in to debug and building in release.
It depends on your IDE, but generally debug build do not have many, if any, compiler optimizations enabled, and obviously they include debugging symbols in the exe, making it bigger. Release builds don't have debugging symbols, and use whatever compiler optimizations you chose.
Topic archived. No new replies allowed.