Skip to content

Commit a76ed80

Browse files
committed
Build custom jemalloc with -j$(nproc)
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 3dc6734 commit a76ed80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ else()
162162
OUTPUT ${jemalloc_targ_SOURCE_DIR}/Makefile
163163
DEPENDS ${jemalloc_targ_SOURCE_DIR}/configure)
164164
add_custom_command(
165-
COMMAND make
165+
COMMAND make -j$(nproc)
166166
WORKING_DIRECTORY ${jemalloc_targ_SOURCE_DIR}
167167
OUTPUT ${jemalloc_targ_SOURCE_DIR}/lib/libjemalloc.a
168168
DEPENDS ${jemalloc_targ_SOURCE_DIR}/Makefile)

0 commit comments

Comments
 (0)