[toolchain] Speed up glibc build

This commit is contained in:
Zheng, Qi 2023-03-16 13:54:06 +08:00 committed by volcano
parent 492814132a
commit 046ee73756

@ -30,5 +30,5 @@ CFLAGS="-O2 -g ${EXTRA_CFLAGS}" ${SRC_DIR}/configure \
--prefix=${INSTALL_DIR} --with-tls --without-selinux \
--enable-stack-protector=strong --disable-nscd --disable-crypt \
${EXTRA_CONFIG_OPTION}
make
make -j$(nproc)
make install