Commit 2111670b by Kenneth Russell

Fixed comments around choice of C runtime.

BUG=angle:733 Change-Id: Ia1add30d54c3a7d08effca6660f98c99cb3981c2 Reviewed-on: https://chromium-review.googlesource.com/226377Tested-by: 's avatarKenneth Russell <kbr@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 9ad55845
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
{ {
'Optimization': '0', # /Od 'Optimization': '0', # /Od
'BasicRuntimeChecks': '3', 'BasicRuntimeChecks': '3',
'RuntimeLibrary': '3', # /MTd (debug DLL) 'RuntimeLibrary': '3', # /MDd (Debug Multithreaded DLL)
}, },
'VCLinkerTool': 'VCLinkerTool':
{ {
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
'VCCLCompilerTool': 'VCCLCompilerTool':
{ {
'Optimization': '2', # /Os 'Optimization': '2', # /Os
'RuntimeLibrary': '2', # /MT (DLL) 'RuntimeLibrary': '2', # /MD (Multithreaded DLL)
}, },
'VCLinkerTool': 'VCLinkerTool':
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment