File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 4949 <WholeProgramOptimization >false</WholeProgramOptimization >
5050 <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
5151 </ClCompile >
52+ <ClCompile Condition =" $(ICCBuild) == 'true'" >
53+ <FloatingPointModel >Strict</FloatingPointModel >
54+ </ClCompile >
5255 <Link >
5356 <AdditionalLibraryDirectories >$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
5457 <GenerateDebugInformation >true</GenerateDebugInformation >
Original file line number Diff line number Diff line change 1111 Give a default for BasePlatformToolset as well, it's used by ICC and ignored otherwise
1212 -->
1313 <BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and '$(PlatformToolset)' != 'v90'" >v90</BasePlatformToolset >
14+ <ICCBuild >false</ICCBuild >
15+ <ICCBuild Condition =" $(PlatformToolset.StartsWith('Intel C++ Compiler'))" >true</ICCBuild >
1416 <!--
1517 Convincing MSVC/MSBuild to prefer our platform names is too difficult,
1618 so we define our own constant ArchName and use wherever we need it.
You can’t perform that action at this time.
0 commit comments