mirror of
https://github.com/curl/curl.git
synced 2026-04-16 22:41:40 +03:00
winbuild: make linker generate proper PDB
Link.exe requires /DEBUG to properly generate a full pdb file on release builds. Closes #2274
This commit is contained in:
parent
fecec1d8ae
commit
a406e86ecb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue