Skip to content

Commit a3ba11b

Browse files
committed
Revert "allow OpenMP in VS2010 LIB_Release"
This reverts commit a02ef80.
1 parent bd424f6 commit a3ba11b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vs2010/libtesseract/libtesseract.vcxproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ copy "$(TargetPath)" ..\..\..\lib
195195
<ClCompile>
196196
<Optimization>MaxSpeed</Optimization>
197197
<AdditionalIncludeDirectories>..\..\api;..\..\ccmain;..\..\ccutil;..\..\ccstruct;..\..\classify;..\..\cube;..\..\cutil;..\..\dict;..\..\neural_networks\runtime;..\..\textord;..\..\viewer;..\..\wordrec;.;..\..\..\include;..\..\..\include\leptonica;..\port;..\..\opencl;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
198-
<PreprocessorDefinitions>OPENMP;WIN32;_WINDOWS;NDEBUG;_LIB;USE_STD_NAMESPACE;WINDLLNAME="$(TargetFileName)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
198+
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_LIB;USE_STD_NAMESPACE;WINDLLNAME="$(TargetFileName)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
199199
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
200200
<PrecompiledHeader>
201201
</PrecompiledHeader>
@@ -204,7 +204,6 @@ copy "$(TargetPath)" ..\..\..\lib
204204
</DebugInformationFormat>
205205
<CompileAs>Default</CompileAs>
206206
<DisableSpecificWarnings>4244;4305;4018;4267;4996;4800;4005;4355;4099;4566;%(DisableSpecificWarnings)</DisableSpecificWarnings>
207-
<OpenMPSupport>true</OpenMPSupport>
208207
</ClCompile>
209208
<Lib>
210209
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>

0 commit comments

Comments
 (0)