gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 26/150: winbuild: make linker generate proper PDB


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 26/150: winbuild: make linker generate proper PDB
Date: Fri, 30 Mar 2018 16:48:00 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit a406e86ecbfbc1a9bf7a558aaa2b62578992e875
Author: Adam Marcionek <address@hidden>
AuthorDate: Mon Jan 29 11:41:11 2018 -0500

    winbuild: make linker generate proper PDB
    
    Link.exe requires /DEBUG to properly generate a full pdb file on release
    builds.
    
    Closes #2274
---
 winbuild/MakefileBuild.vc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc
index 32790ff86..b6d29ce21 100644
--- a/winbuild/MakefileBuild.vc
+++ b/winbuild/MakefileBuild.vc
@@ -68,7 +68,7 @@ LNKDLL     = link.exe /DLL
 LNKLIB     = link.exe /lib
 
 CFLAGS_PDB = /Zi
-LFLAGS_PDB = /incremental:no /opt:ref,icf
+LFLAGS_PDB = /incremental:no /opt:ref,icf /DEBUG
 
 CFLAGS_LIBCURL_STATIC  = /DCURL_STATICLIB
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]