mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:38:59 +08:00
6df1629d4d
* Bump GDAL version wherever necessary * Update download package and checksum. * Remove 0001-Add-support-for-MSVC1900-backported-from-GDAL2.patch no longer necessary. * Recalculate 000N prefix in patche filenames after the removal. * Update 0002-Ensures-inclusion-of-PDB-in-release-dll-if-so-reques.patch * Patch pushed upstream https://trac.osgeo.org/gdal/ticket/7055 and should no longer be necessary in GDAL 2.2.3 or later * Update 0003-Fix-openjpeg-include.patch
15 lines
450 B
Diff
15 lines
450 B
Diff
diff --git a/nmake.opt b/nmake.opt
|
|
index bd5719c2d1..c0ca442cbe 100644
|
|
--- a/nmake.opt
|
|
+++ b/nmake.opt
|
|
@@ -195,6 +205,9 @@ SOFTWARNFLAGS= /wd4244 /wd4702 /wd4701 /wd4013 /wd4706 /wd4057 /wd4210 /wd4305
|
|
# Linker debug options
|
|
!IFDEF DEBUG
|
|
LDEBUG= /debug
|
|
+!ELSEIFDEF WITH_PDB
|
|
+# Ensures that PDB is included in release DLL if so requested
|
|
+LDEBUG= /debug /opt:ref /opt:icf
|
|
!ENDIF
|
|
|
|
# Uncomment the following if you are building for 64-bit windows
|