Skip to content

Commit b51b551

Browse files
authored
Update gzip_ll.vcxproj (oneapi-src#364)
set pac_s10_usm as default board for VS
1 parent bcd2348 commit b51b551

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

DirectProgramming/DPC++FPGA/ReferenceDesigns/gzip/gzip_ll.vcxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|x64">
@@ -125,6 +125,7 @@
125125
<Link>
126126
<SubSystem>Console</SubSystem>
127127
<GenerateDebugInformation>true</GenerateDebugInformation>
128+
<SpecifyDevCmplAdditionalOptions>-Xsboard=intel_s10sx_pac:pac_s10_usm; -Xsnum-reorder=6; -Xsopt-arg=-nocaching</SpecifyDevCmplAdditionalOptions>
128129
</Link>
129130
<Manifest />
130131
</ItemDefinitionGroup>
@@ -168,9 +169,10 @@
168169
<EnableCOMDATFolding>true</EnableCOMDATFolding>
169170
<OptimizeReferences>true</OptimizeReferences>
170171
<GenerateDebugInformation>true</GenerateDebugInformation>
172+
<SpecifyDevCmplAdditionalOptions>-Xsboard=intel_s10sx_pac:pac_s10_usm; -Xsnum-reorder=6; -Xsopt-arg=-nocaching</SpecifyDevCmplAdditionalOptions>
171173
</Link>
172174
</ItemDefinitionGroup>
173175
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
174176
<ImportGroup Label="ExtensionTargets">
175177
</ImportGroup>
176-
</Project>
178+
</Project>

0 commit comments

Comments
 (0)