File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 <!-- WIN32_LEAN_AND_MEAN avoids inclusion of certain headers, winsock.h conflicts with boost and protocol use of winsock2.h. -->
5252 <PreprocessorDefinitions >WITH_ICU;WIN32_LEAN_AND_MEAN;NOMINMAX;_WIN32_WINNT=0x0600;%(PreprocessorDefinitions)</PreprocessorDefinitions >
5353 <PreprocessorDefinitions Condition =" '$(Linkage-libbitcoin-system)' == 'static' Or '$(Linkage-libbitcoin-system)' == 'ltcg'" >BC_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
54- </ClCompile >
55- <ClCompile >
54+ <PreprocessorDefinitions Condition =" $(Configuration.IndexOf('Debug')) != -1" >_CRTDBG_MAP_ALLOC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
5655 <!-- Enable use of CPU intrinsics. -->
5756 <PreprocessorDefinitions Condition =" '$(Option-avx512)' == 'true'" >WITH_AVX512;%(PreprocessorDefinitions)</PreprocessorDefinitions >
5857 <PreprocessorDefinitions Condition =" '$(Option-avx2)' == 'true'" >WITH_AVX2;%(PreprocessorDefinitions)</PreprocessorDefinitions >
Original file line number Diff line number Diff line change 2525 <PreprocessorDefinitions >WITH_ICU;WIN32_LEAN_AND_MEAN;NOMINMAX;_WIN32_WINNT=0x0600;%(PreprocessorDefinitions)</PreprocessorDefinitions >
2626 <PreprocessorDefinitions Condition =" '$(ConfigurationType)' == 'DynamicLibrary'" >BC_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
2727 <PreprocessorDefinitions Condition =" '$(ConfigurationType)' == 'StaticLibrary'" >BC_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
28+ <PreprocessorDefinitions Condition =" $(Configuration.IndexOf('Debug')) != -1" >_CRTDBG_MAP_ALLOC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
2829 <!-- Enable use of CPU intrinsics. -->
2930 <PreprocessorDefinitions Condition =" '$(Option-avx512)' == 'true'" >WITH_AVX512;%(PreprocessorDefinitions)</PreprocessorDefinitions >
3031 <PreprocessorDefinitions Condition =" '$(Option-avx2)' == 'true'" >WITH_AVX2;%(PreprocessorDefinitions)</PreprocessorDefinitions >
You can’t perform that action at this time.
0 commit comments