We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2fa9c commit bcd2348Copy full SHA for bcd2348
DirectProgramming/DPC++/ParallelPatterns/loop-unroll/loop-unroll.vcxproj
@@ -60,6 +60,7 @@
60
<Link>
61
<SubSystem>Console</SubSystem>
62
<GenerateDebugInformation>true</GenerateDebugInformation>
63
+ <SpecifyDevCmplAdditionalOptions>/Od</SpecifyDevCmplAdditionalOptions>
64
</Link>
65
</ItemDefinitionGroup>
66
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
0 commit comments