chinmay.sahoo
New member
• Preprocessor(Debugging Diagnostic) macro NDEBUG is enabled.
• Less memory size.
• Support files not required. (MFC Dll’s)
• Code Optimization
• Uses MFC Release Library
• ASSERT is disabled anything inside of ASSERT will not be executed.
• Execution takes less time
• Less memory size.
• Support files not required. (MFC Dll’s)
• Code Optimization
• Uses MFC Release Library
• ASSERT is disabled anything inside of ASSERT will not be executed.
• Execution takes less time