We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b39be commit f906246Copy full SHA for f906246
Makefile
@@ -3,8 +3,8 @@
3
# This is mainly used to generate the .o files for SonarQube analysis
4
#
5
6
-# NUMJOBS=${NUMJOBS:-" -j10 "}
7
-# MAKEFLAGS+="j "
+NUMJOBS=${NUMJOBS:-" -j10 "}
+MAKEFLAGS+="j "
8
9
#----------------------------------------------------------------------
10
# Project Structure
0 commit comments