diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 847d23c..0e0efda 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1446,6 +1446,9 @@ }], ['component=="shared_library"', { 'win_use_allocator_shim%': 0, + },{ + # Turn on multiple dll by default on Windows when in static_library. + 'chrome_multiple_dll%': 1, }], ['component=="shared_library" and "<(GENERATOR)"=="ninja"', { # Only enabled by default for ninja because it's buggy in VS. |