From a58f5e2f77589d0dbed2de63fa844be45361f832 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sat, 23 Feb 2019 23:54:48 +0000 Subject: [PATCH] Enabled annotated assembly output for MSVC2003 Release builds --- msvc2003/CSE2.vcproj | 1 + 1 file changed, 1 insertion(+) diff --git a/msvc2003/CSE2.vcproj b/msvc2003/CSE2.vcproj index 98355811..0d607c82 100644 --- a/msvc2003/CSE2.vcproj +++ b/msvc2003/CSE2.vcproj @@ -76,6 +76,7 @@ PreprocessorDefinitions="WIN32;NDEBUG;WINDOWS" MinimalRebuild="TRUE" RuntimeLibrary="0" + AssemblerOutput="4" WarningLevel="3" DebugInformationFormat="3"/>