]> xenbits.xensource.com Git - pvdrivers/win/xenvbd.git/commit
Generate map files and enable integrity check
authorOwen Smith <owen.smith@cloud.com>
Fri, 2 Feb 2024 10:10:37 +0000 (10:10 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Tue, 13 Feb 2024 15:57:01 +0000 (15:57 +0000)
commit21e5b7bad0043e65f9f7ffa77d8d2a5caeb980b3
tree97a3df1240fae4733be9c497290533961e32f700
parentb2dfea47e59b9ba59ec50c45b67a7a4fea1f2867
Generate map files and enable integrity check

Enable linker options to generates map files, to help debugging crashdumps
Adds map files to output package
Add /INTEGRITYCHECK to linker options

https://learn.microsoft.com/en-us/cpp/build/reference/map-generate-mapfile?view=msvc-170
https://learn.microsoft.com/en-us/cpp/build/reference/mapinfo-include-information-in-mapfile?view=msvc-170
https://learn.microsoft.com/en-us/cpp/build/reference/integritycheck-require-signature-check?view=msvc-170

Signed-off-by: Owen Smith <owen.smith@cloud.com>
vs2019/xencrsh/xencrsh.vcxproj
vs2019/xendisk/xendisk.vcxproj
vs2019/xenvbd/xenvbd.vcxproj
vs2022/xencrsh/xencrsh.vcxproj
vs2022/xendisk/xendisk.vcxproj
vs2022/xenvbd/xenvbd.vcxproj