what is the difference between build and release

Answer Posted / rakesh kumar jaiswal

In a debug build the complete symbolic debug information is
emitted to help while debugging applications and also the
code optimization is not taken into account.

While in release build the symbolic debug info is not
emitted and the code execution is optimized.
Also, because the symbolic info is not emitted in a release
build, the size of the final executable is lesser than a
debug executable.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me the SRS based review,brs based review

1682


ANY ONE HAS ATTENDED THE INTERVIEW FOR WIT INNOVATION P LTD? THEN KINDLY LET ME KNOW ABOUT THE INTERVIEW PROCESS AND QUESTIONS ASKED.

1740


What are the major components of Perf Test Report?

1606


How should your staff be managed? How about your overtime?

2760


What does 100% statement coverage mean?

1810






discuss black box and white box testing is not widely used if you disagree tell me why?

1601


In Manual testing how to test proxy servers? can u please explain with example?

1574


write test case for gmail sign up page?

3231


List out test deliverables?

679


What is the difference between white box, black box, and gray box testing?

644


how is market for testing in banglore,chennai,pune,delhi?

1708


Explain the components of a test plan?

686


Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.

2290


Can anyone tell me about banking project? abt the transactions? the flow?

1516


IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?

9082