We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc6734 commit a76ed80Copy full SHA for a76ed80
CMakeLists.txt
@@ -162,7 +162,7 @@ else()
162
OUTPUT ${jemalloc_targ_SOURCE_DIR}/Makefile
163
DEPENDS ${jemalloc_targ_SOURCE_DIR}/configure)
164
add_custom_command(
165
- COMMAND make
+ COMMAND make -j$(nproc)
166
WORKING_DIRECTORY ${jemalloc_targ_SOURCE_DIR}
167
OUTPUT ${jemalloc_targ_SOURCE_DIR}/lib/libjemalloc.a
168
DEPENDS ${jemalloc_targ_SOURCE_DIR}/Makefile)
0 commit comments