]> xenbits.xensource.com Git - pvdrivers/win/xenvif.git/commit
Generate map files and enable integrity check
authorOwen Smith <owen.smith@cloud.com>
Fri, 2 Feb 2024 10:13:43 +0000 (10:13 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Tue, 13 Feb 2024 15:50:12 +0000 (15:50 +0000)
commit1a1641ca4fc957b235e355966a20fa1bb2898aff
treeb3bb7e25532c3108315403fca6505bca78e830e7
parent5f5614353471d3815e06135bcccf44ffd16720c8
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/xenvif/xenvif.vcxproj
vs2022/xenvif/xenvif.vcxproj