Merge pull request #2215 from shuffle2/disable-omp
windows: don't compile with openmp support
This commit is contained in:
commit
91ad7ebc7c
Binary file not shown.
|
@ -86,7 +86,6 @@
|
||||||
seem to be a way to only ignore the specific instance we don't care about...
|
seem to be a way to only ignore the specific instance we don't care about...
|
||||||
-->
|
-->
|
||||||
<DisableSpecificWarnings>4996;4351</DisableSpecificWarnings>
|
<DisableSpecificWarnings>4996;4351</DisableSpecificWarnings>
|
||||||
<OpenMPSupport>true</OpenMPSupport>
|
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<!--ClCompile Debug-->
|
<!--ClCompile Debug-->
|
||||||
<ClCompile Condition="'$(Configuration)'=='Debug'">
|
<ClCompile Condition="'$(Configuration)'=='Debug'">
|
||||||
|
|
Loading…
Reference in New Issue