windows: revert change to ldebug
commit6bdbf3ca273d6f24e25f1277add70931d0a6a5fd
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 25 May 2020 18:32:25 +0000 (25 14:32 -0400)
committerNicolas Williams <nico@twosigma.com>
Tue, 26 May 2020 16:48:45 +0000 (26 11:48 -0500)
treea71c5205b2c347a7f9a9f325c2a168f9feb48945
parent30745617960c85586d1b8a067c89d4abecf6f465
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