diff options
-rw-r--r-- | compilers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilers.py b/compilers.py index 862a4f0..7ca602f 100644 --- a/compilers.py +++ b/compilers.py @@ -54,7 +54,7 @@ gnulike_buildtype_args = {'plain' : [], msvc_buildtype_args = {'plain' : [], 'debug' : ["/MDd", "/ZI", "/Ob0", "/Od", "/RTC1"], - 'debugoptimized' : ["/MD", "/ZI", "/O2", "/Ob1", "/D"], + 'debugoptimized' : ["/MD", "/Zi", "/O2", "/Ob1", "/D"], 'release' : ["/MD", "/O2", "/Ob2"]} gnulike_buildtype_linker_args = {} |