Skip to content

Instantly share code, notes, and snippets.

@marmarek
Created July 9, 2018 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marmarek/4bef16dace8bea640c9e4cf4b57a55bf to your computer and use it in GitHub Desktop.
Save marmarek/4bef16dace8bea640c9e4cf4b57a55bf to your computer and use it in GitHub Desktop.
/c /I..\..\include /Zi /nologo /Wall /diagnostics:classic /MP /Ox /Oi /Os /Oy- /D CODE_ANALYSIS /D __x86_64__ /D "__MODULE__=\"XENIFACE\"" /D POOL_NX_OPTIN=1 /D NT_PROCESSOR_GROUPS /D _WIN64 /D _AMD64_ /D AMD64 /D _WIN32_WINNT=0x0A00 /D WINVER=0x0A00 /D WINNT=1 /D NTDDI_VERSION=0x0A000005 /GF /Gm- /Zp8 /GS /guard:cf /Gy /fp:precise /Zc:wchar_t- /Zc:forScope /Zc:inline /GR- /Fo"x64\Windows10Release\\" /Fd"x64\Windows10Release\vc141.pdb" /Gz /wd4464 /wd4711 /wd4548 /wd4770 /wd4820 /wd4668 /wd4255 /wd5045 /wd6001 /wd6054 /wd28160 /wd30030 /wd30029 /wd4603 /wd4627 /wd4986 /wd4987 /wd4996 /FI"C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\shared\warning.h" /analyze /analyze:quiet /analyze:stacksize1024 /analyze:plugin"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.14.26428\bin\HostX86\x86\EspXEngine.dll" /analyze:plugin"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.14.26428\bin\HostX86\x86\localespc.dll" /analyze:plugin"C:\Program Files (x86)\Windows Kits\10\bin\10.0.17134.0\x86\WindowsPrefast.dll" /analyze:plugin"C:\Program Files (x86)\Windows Kits\10\bin\10.0.17134.0\x86\drivers.dll" /FC /errorReport:queue /kernel -cbstring -d2epilogunwind /d1nodatetime /d1import_no_registry /d2AllowCompatibleILVersions /d2Zi+ /Qspectre /analyze:ruleset"C:\Program Files (x86)\Windows Kits\10\CodeAnalysis\DriverMinimumRules.ruleset"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment