Skip to content

Commit bcd2348

Browse files
Loop Unroll: add /Od linker option for Windows (oneapi-src#363)
* Update simple add sample Signed-off-by: Maria, Moushumi <[email protected]> * Update make files Signed-off-by: Maria, Moushumi <[email protected]> * Update fpga make file Signed-off-by: Maria, Moushumi <[email protected]> * Add dpc_common.hpp * Update sample.json * Fix Makefile.win * Update Makefile.win * Update sample.json * Remove dpc_common.hpp * Update VS project file * Update README.md * Update sample.json * Add stb * Update read me file * Initial commit * Update License.txt * Change location of matrix multiplication sample * Fix matrix mul sample VS project file * Update samples for beta10 release * Fix for Windows * Fix for FPGA * Fix for FPGA * Fix for FPGA to support both beta09 and beta10 * Add header comment * Samples: block apsp and merge spmv * Add readme files * Update readme file * Update sample.json * Update sample.json * Update samples * Update sample.json * Add /Od linker option for Windows Signed-off-by: Maria, Moushumi <[email protected]> Co-authored-by: JoeOster <[email protected]>
1 parent db2fa9c commit bcd2348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DirectProgramming/DPC++/ParallelPatterns/loop-unroll/loop-unroll.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<Link>
6161
<SubSystem>Console</SubSystem>
6262
<GenerateDebugInformation>true</GenerateDebugInformation>
63+
<SpecifyDevCmplAdditionalOptions>/Od</SpecifyDevCmplAdditionalOptions>
6364
</Link>
6465
</ItemDefinitionGroup>
6566
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

0 commit comments

Comments
 (0)