Disassembly for optimized executable (Release configuration)
•LocalVariables!main:
•00401000 33c0       xor     eax,eax
•00401002 c3         ret
•
•int main(int argc, char* argv[])
•{
• return 0;
•}
•
•Where is all the code?
•How to preserve the code under optimization?