Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 580 Bytes

File metadata and controls

14 lines (11 loc) · 580 Bytes
title Linker Tools Warning LNK4205
description Learn more about: Linker Tools Warning LNK4205
ms.date 11/04/2016
f1_keywords
LNK4205
helpviewer_keywords
LNK4205

Linker Tools Warning LNK4205

'filename' is missing current debugging information for referencing module; linking object as if no debug info

Remarks

The .pdb file has out-of-date information. The linker will continue to link object without debug information. You may want to recompile the object file using the /Zi option.