add _PREFAST_ option for amd64, too

svn path=/trunk/; revision=54862
This commit is contained in:
Timo Kreuzer 2012-01-07 16:05:25 +00:00
parent c8c261269c
commit 0972817d02

View file

@ -41,3 +41,8 @@ This settings is disabled (0) by default.")
set(USERMODE TRUE CACHE BOOL
"Whether to compile any usermode parts. This is while kernel mode is under
heavy development and usermode part not relevant for bootcd.")
if(MSVC)
set(_PREFAST_ FALSE CACHE BOOL
"Whether to enable PREFAST while compiling.")
endif()