Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 593 Bytes

linker-tools-error-lnk1140.md

File metadata and controls

21 lines (15 loc) · 593 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Linker Tools Error LNK1140
Linker Tools Error LNK1140
11/04/2016
LNK1140
LNK1140
468d7651-a7cd-47b9-aead-5bb2fab56121

Linker Tools Error LNK1140

too many modules for program database; link with /PDB:NONE

The project contains more than 4096 modules.

To fix by using the following possible solutions

  1. Relink using /PDB:NONE.

  2. Compile some modules without debugging information.

  3. Reduce the number of modules.