Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2021-01-26 22:46:55 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2021-01-26 22:46:55 +0300
commit3f495f9cd7b73e7052b1182f6226f425163864ec (patch)
treedfcf01a0e9af903c2cb1dfaf3bb0db2d194ef2f9 /examples
parentc08d591bf3fd85c16349cfd5fb62e9588d836f3e (diff)
Disable edit-and-continue in ToyPathTracer example.
Diffstat (limited to 'examples')
-rw-r--r--examples/ToyPathTracer/Windows/TestCpu.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/ToyPathTracer/Windows/TestCpu.vcxproj b/examples/ToyPathTracer/Windows/TestCpu.vcxproj
index 672dae37..507703a2 100644
--- a/examples/ToyPathTracer/Windows/TestCpu.vcxproj
+++ b/examples/ToyPathTracer/Windows/TestCpu.vcxproj
@@ -91,6 +91,7 @@
<ConformanceMode>true</ConformanceMode>
<CallingConvention>VectorCall</CallingConvention>
<FloatingPointModel>Fast</FloatingPointModel>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -107,6 +108,7 @@
<ConformanceMode>true</ConformanceMode>
<CallingConvention>VectorCall</CallingConvention>
<FloatingPointModel>Fast</FloatingPointModel>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>