vcpkg/versions/e-/easyhook.json
Billy O'Neal 57485fd363
[easyhook] Also disable /ZI (#20853)
In https://github.com/microsoft/vcpkg/pull/20757 I patch easyhook to remove /Zi in release builds, but in our most recent nightly build we got another failure https://dev.azure.com/vcpkg/public/_build/results?buildId=61519&view=artifacts&pathAsName=false&type=publishedArtifacts

```
C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\cderr.h : fatal error C1073: Internal error involving incremental compilation(compiler file 'd:\a01\_work\6\s\src\vctools\Compiler\CxxFE\sl\p1\c\p0io.c', line 1257) [D:\buildtrees\easyhook\x86-windows-dbg\2.7.7097.0-e2e62d41f5.clean\EasyHookDll\EasyHookDll.vcxproj]
         C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\ddeml.h(37,1): fatal error C1001: Internal compiler error. [D:\buildtrees\easyhook\x86-windows-dbg\2.7.7097.0-e2e62d41f5.clean\EasyHookDll\EasyHookDll.vcxproj]
         D:\buildtrees\easyhook\x86-windows-dbg\2.7.7097.0-e2e62d41f5.clean\DriverShared\LocalHook\install.c(618,1): error C2471: cannot update program database '???' [D:\buildtrees\easyhook\x86-windows-dbg\2.7.7097.0-e2e62d41f5.clean\EasyHookDll\EasyHookDll.vcxproj]
```

This change also removes /ZI (which was used in debug builds) and /Gm (which is irrelevant since we aren't doing development work on Easyhook)
2021-10-19 18:20:29 -07:00

30 lines
680 B
JSON

{
"versions": [
{
"git-tree": "c217a47b595d2a002a72ff621846a7445329b42f",
"version": "2.7.7097.0",
"port-version": 2
},
{
"git-tree": "5dc14a4f006221297cad1ea84143aeae33f30284",
"version": "2.7.7097.0",
"port-version": 1
},
{
"git-tree": "efa456841ef4446343c908f3ed36217b7a1d75a3",
"version": "2.7.7097.0",
"port-version": 0
},
{
"git-tree": "e427f42cec56130de81333fda405afabc88c9e82",
"version": "2.7.6789.0",
"port-version": 1
},
{
"git-tree": "cf87554bbdd4736b3b64210e7662d6bbe3d72b2a",
"version-string": "2.7.6789.0",
"port-version": 0
}
]
}