From d23e59ed5f82a3f2d3b0d70faf71a6d4ca16eaaa Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 20 Sep 2015 21:24:54 +0300 Subject: But build type build args to vs command line. --- compilers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compilers.py') diff --git a/compilers.py b/compilers.py index df8fc2fd3..f81716184 100644 --- a/compilers.py +++ b/compilers.py @@ -52,8 +52,8 @@ gnulike_buildtype_args = {'plain' : [], 'release' : ['-O3']} msvc_buildtype_args = {'plain' : [], - 'debug' : ["/MDd", "/Zi", "/Ob0", "/Od", "/RTC1"], - 'debugoptimized' : ["/MD", "/Zi", "/O2", "/Ob1", "/D"], + 'debug' : ["/MDd", "/ZI", "/Ob0", "/Od", "/RTC1"], + 'debugoptimized' : ["/MD", "/ZI", "/O2", "/Ob1", "/D"], 'release' : ["/MD", "/O2", "/Ob2"]} gnulike_buildtype_linker_args = {} -- cgit v1.2.3