changed stack reserve size for OCC Configuration

This commit is contained in:
Gerhard Kitzler 2014-06-12 12:36:32 +00:00
parent f6104bcdd7
commit b06e66cece

View File

@ -423,6 +423,7 @@
<TargetMachine>MachineX64</TargetMachine> <TargetMachine>MachineX64</TargetMachine>
<AllowIsolation>true</AllowIsolation> <AllowIsolation>true</AllowIsolation>
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
<StackReserveSize>4000000</StackReserveSize>
</Link> </Link>
<PostBuildEvent> <PostBuildEvent>
<Message>Running POSTBUILD Script....</Message> <Message>Running POSTBUILD Script....</Message>