msvc: Use debug versions of tbb malloc for debug builds
Using the release versions gave unpredictable results when the msvc debugger was attached for some developers.
This commit is contained in:
@@ -818,6 +818,14 @@ elseif(WIN32)
|
||||
${LIBDIR}/tbb/lib/tbbmalloc.dll
|
||||
${LIBDIR}/tbb/lib/tbbmalloc_proxy.dll
|
||||
DESTINATION "."
|
||||
CONFIGURATIONS Release;RelWithDebInfo;MinSizeRel
|
||||
)
|
||||
install(
|
||||
FILES
|
||||
${LIBDIR}/tbb/lib/debug/tbbmalloc.dll
|
||||
${LIBDIR}/tbb/lib/debug/tbbmalloc_proxy.dll
|
||||
DESTINATION "."
|
||||
CONFIGURATIONS Debug
|
||||
)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user