aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Russell <kbr@chromium.org>2014-10-30 14:39:13 -0700
committerKenneth Russell <kbr@chromium.org>2014-10-31 00:45:25 +0000
commit2111670b73681b2a4330eb790da9ea0aa1b2b427 (patch)
treeec72a4143905d4e353d6797e1576f68ad0d7bf0c
parent9ad558453d80680fb0fb909c5e23c186dce65876 (diff)
downloadangle-2111670b73681b2a4330eb790da9ea0aa1b2b427.tar.gz
Fixed comments around choice of C runtime.
BUG=angle:733 Change-Id: Ia1add30d54c3a7d08effca6660f98c99cb3981c2 Reviewed-on: https://chromium-review.googlesource.com/226377 Tested-by: Kenneth Russell <kbr@chromium.org> Reviewed-by: Jamie Madill <jmadill@chromium.org>
-rw-r--r--build/common.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi
index bcce70a0..1fae06be 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -108,7 +108,7 @@
{
'Optimization': '0', # /Od
'BasicRuntimeChecks': '3',
- 'RuntimeLibrary': '3', # /MTd (debug DLL)
+ 'RuntimeLibrary': '3', # /MDd (Debug Multithreaded DLL)
},
'VCLinkerTool':
{
@@ -145,7 +145,7 @@
'VCCLCompilerTool':
{
'Optimization': '2', # /Os
- 'RuntimeLibrary': '2', # /MT (DLL)
+ 'RuntimeLibrary': '2', # /MD (Multithreaded DLL)
},
'VCLinkerTool':
{