blob: ba72cb1a43a5e8fa112725d0e75aeb557749fe5c [file] [log] [blame]
Torne (Richard Coles)2a99a7e2013-03-28 15:31:22 +00001// Copyright 2013 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// This file is used to generate an empty .pdb -- with a 4K pagesize -- that we
6// then use during the final link for chrome.dll's pdb. Otherwise, the linker
7// will generate a pdb with a page size of 1K, which imposes a limit of 1G on
8// the .pdb which we exceed. By generating a .pdb with the compiler (rather
9// than the linker), this limit is avoided.