Commit fe2806ee authored by rogerm@google.com's avatar rogerm@google.com

Make sure /PROFILE is off when linking the mini_installer (Windows)

The mini_installer is linked with /FIXED to avoid creating RELOCs, saving size (about 3K ... is it worth it?).

Review URL: http://codereview.chromium.org/7606005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96235 0039d316-1c4b-4281-b951-d872f2087c98
parent e9f99830
...@@ -110,6 +110,7 @@ ...@@ -110,6 +110,7 @@
}, },
'VCLinkerTool': { 'VCLinkerTool': {
'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
'Profile': 'false', # Conflicts with /FIXED
'AdditionalOptions': [ 'AdditionalOptions': [
'/SAFESEH:NO', '/SAFESEH:NO',
'/NXCOMPAT', '/NXCOMPAT',
......
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