I can't apply prefast /StackHogThreshold option.
Posted
by Benjamin
on Stack Overflow
See other posts from Stack Overflow
or by Benjamin
Published on 2010-04-05T05:10:25Z
Indexed on
2010/04/05
5:13 UTC
Read the original article
Hit count: 231
I'm using ddkbuild for building my driver.
And I use prefast also.
Prefast has /StackHogThreshold option. The default value is 1024 Bytes.
But I can't modify the value.
It's my input for 'Rebuild All Command Line'
C:\Windows\System32\cmd.exe /k "$(SolutionDir)....\ddkbuild.bat" -WIN7WLHA64 -prefast free $(ProjectDir) -cZ
© Stack Overflow or respective owner