This commit is contained in:
reunion-maestro-bot 2022-11-23 05:07:00 +00:00
Родитель d7c086f470 a660880c32
Коммит dd24ee343e
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -29,7 +29,9 @@
<!-- /ZH:SHA_256 Hash algorithm for file checksums in debug info -->
<!-- /d1trimfile:$(RepoRoot) If the prefix for a source file path name string matches "trim-string",
then the prefix is removed and is replaced with the mapping-identifier (if present). Requires /Brepro. -->
<AdditionalOptions>%(AdditionalOptions) /d1trimfile:$(RepoRoot) /ZH:SHA_256</AdditionalOptions>
<!-- /Qspectre Specifies compiler generation of instructions to mitigate certain Spectre variant 1
security vulnerabilities. BinSkim asks for this. -->
<AdditionalOptions>%(AdditionalOptions) /d1trimfile:$(RepoRoot) /ZH:SHA_256 /Qspectre</AdditionalOptions>
</ClCompile>
<Link>
<!-- /DEBUG:FULL Create PDF containing full debug information -->