Chromium Code Reviews| Index: gypfiles/standalone.gypi |
| diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi |
| index 85f0029aab102b787651a07592928fdedd3a1606..04ee63e496d9638d00a799c90099907cda15489d 100644 |
| --- a/gypfiles/standalone.gypi |
| +++ b/gypfiles/standalone.gypi |
| @@ -33,6 +33,7 @@ |
| 'includes': ['toolchain.gypi'], |
| 'variables': { |
| 'component%': 'static_library', |
| + 'force_dynamic_crt%': 'false', |
|
Michael Achenbach
2016/07/14 18:41:18
nit: it's convention to use 0 and 1 in gyp for swi
|
| 'clang_xcode%': 0, |
| # Track where uninitialized memory originates from. From fastest to |
| # slowest: 0 - no tracking, 1 - track only the initial allocation site, 2 |