Skip to content

Commit 9ba47e7

Browse files
LuxCoreDepshowetuft
authored andcommitted
(Re-)ensure parallel build
1 parent 99c56bf commit 9ba47e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conan-profiles/conan-profile-Linux-X64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tools.build:cflags+=["-fsanitize=address", "-fno-omit-frame-pointer"]
2929
tools.build:cxxflags+=["-fsanitize=address", "-fno-omit-frame-pointer"]
3030

3131
tools.build:sharedlinkflags=["-fsanitize=address"]
32-
tools.cmake.cmaketoolchain:extra_variables={ 'COMPILER_RT_BUILD_SHARED_ASAN':'ON' }
32+
tools.cmake.cmaketoolchain:extra_variables={ 'COMPILER_RT_BUILD_SHARED_ASAN':'ON', 'CMAKE_BUILD_PARALLEL_LEVEL':'' }
3333
openvdb/*:tools.cmake.cmaketoolchain:extra_variables={ 'COMPILER_RT_BUILD_SHARED_ASAN':'ON', 'USE_CCACHE':'OFF' }
3434

3535
{% else -%}

0 commit comments

Comments
 (0)