Skip to content

Commit 0e50a50

Browse files
committed
Disable parallel build
It doesn't work for now.
1 parent 66401b4 commit 0e50a50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/templates/Makefile.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Template Makefile
22

3+
.NOTPARALLEL:
4+
35
LAUNCHER = @default_prefix@-runner-default
46

57
all:@for_backends( @backend_prefix@-all)@ $(LAUNCHER)

0 commit comments

Comments
 (0)