We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d08be9 commit 21d2d16Copy full SHA for 21d2d16
1 file changed
Makefile
@@ -19,6 +19,7 @@ ifndef COVERAGE
19
CFLAGS += -O2
20
CXXFLAGS += -O2
21
LDFLAGS += -O2
22
+ MAKEFLAGS += "-j 0"
23
else
24
CFLAGS += -O1 -fno-omit-frame-pointer
25
CXXFLAGS += -O1 -fno-omit-frame-pointer
0 commit comments