Skip to content

Commit f906246

Browse files
committed
multi-thread compile
1 parent 88b39be commit f906246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# This is mainly used to generate the .o files for SonarQube analysis
44
#
55

6-
# NUMJOBS=${NUMJOBS:-" -j10 "}
7-
# MAKEFLAGS+="j "
6+
NUMJOBS=${NUMJOBS:-" -j10 "}
7+
MAKEFLAGS+="j "
88

99
#----------------------------------------------------------------------
1010
# Project Structure

0 commit comments

Comments
 (0)