Disable edit-and-continue in ToyPathTracer example.

This commit is contained in:
Bartosz Taudul 2021-01-26 20:46:55 +01:00
parent c08d591bf3
commit 3f495f9cd7

View File

@ -91,6 +91,7 @@
<ConformanceMode>true</ConformanceMode> <ConformanceMode>true</ConformanceMode>
<CallingConvention>VectorCall</CallingConvention> <CallingConvention>VectorCall</CallingConvention>
<FloatingPointModel>Fast</FloatingPointModel> <FloatingPointModel>Fast</FloatingPointModel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile> </ClCompile>
<Link> <Link>
<SubSystem>Windows</SubSystem> <SubSystem>Windows</SubSystem>
@ -107,6 +108,7 @@
<ConformanceMode>true</ConformanceMode> <ConformanceMode>true</ConformanceMode>
<CallingConvention>VectorCall</CallingConvention> <CallingConvention>VectorCall</CallingConvention>
<FloatingPointModel>Fast</FloatingPointModel> <FloatingPointModel>Fast</FloatingPointModel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile> </ClCompile>
<Link> <Link>
<SubSystem>Windows</SubSystem> <SubSystem>Windows</SubSystem>