From 6bdbf3ca273d6f24e25f1277add70931d0a6a5fd Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 25 May 2020 14:32:25 -0400 Subject: [PATCH] windows: revert change to ldebug ea90ca86664c73fb8d415f3cc7baacdf8a6dd685 ("Move some infra bits of lib/krb5/ to lib/base/ (2)") inappropriately altered the declaration of the "ldebug" macro which stores the switches passed to "link.exe". There is no "/RELEASE" switch and the "/DEBUG" switch instructs the linker to produce files containing debug symbols (.pdb) which are required for generating the Windows assemblies. This change restores the prior behavior. Change-Id: I61b8fd4759ba84671858f7c8275dbd25af1638e6 --- windows/NTMakefile.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/NTMakefile.w32 b/windows/NTMakefile.w32 index e41110ff8..8be267979 100644 --- a/windows/NTMakefile.w32 +++ b/windows/NTMakefile.w32 @@ -164,7 +164,7 @@ cdefines=$(cdefines) -DHAVE_CONFIG_H # Windows CNG provider cdefines=$(cdefines) -DHCRYPTO_DEF_PROVIDER=w32crypto cdebug=$(cdebug) /Zi -ldebug=$(ldebug) /RELEASE +ldebug=$(ldebug) /DEBUG localcflags=$(localcflags) /Oy- # Disable warnings: