From 56afe4dd5d5c616e0b6a3d92f71ff93d20c19fa0 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 4 May 2015 22:38:05 +0800 Subject: [PATCH] win: Remove unused build setting --- atom.gyp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/atom.gyp b/atom.gyp index 760937c87f..b1f473bd15 100644 --- a/atom.gyp +++ b/atom.gyp @@ -114,15 +114,6 @@ ], }], # OS!="mac" ['OS=="win"', { - 'msvs_settings': { - 'VCLinkerTool': { - 'AdditionalOptions': [ - # Force linking even though we have duplicate symbols between - # BoringSSL and OpenSSL. - '/FORCE:MULTIPLE', - ], - }, - }, 'copies': [ { 'variables': {